<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to specify specific users / groups in URL Filtering Policies in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-specify-specific-users-groups-in-url-filtering-policies/m-p/175448#M54976</link>
    <description>&lt;P&gt;I would start here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;- &lt;A href="https://www.paloaltonetworks.com/documentation/80/pan-os/pan-os/user-id/map-users-to-groups#_74222" target="_blank"&gt;https://www.paloaltonetworks.com/documentation/80/pan-os/pan-os/user-id/map-users-to-groups#_74222&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You don't need to do LDAP authentication based on your original question. &amp;nbsp;Your main goal is to get the firewall to download a list of LDAP groups and the names of the users in each of the groups. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With this in place, you can create security policy based on username and/or LDAP group. &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Sep 2017 15:01:58 GMT</pubDate>
    <dc:creator>jvalentine</dc:creator>
    <dc:date>2017-09-07T15:01:58Z</dc:date>
    <item>
      <title>How to specify specific users / groups in URL Filtering Policies</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-specify-specific-users-groups-in-url-filtering-policies/m-p/175283#M54948</link>
      <description>&lt;P&gt;Hey guys!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We got a couple of 7050s in our Data Center with URL Filtering license, and we are planning to implement the URL Filtering feature.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand first thing is to&amp;nbsp;create the URL profile with the allowed / denied categories and attach it to the Security Policies that allow outbound Internet access.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But my concern is how to enable the use of specific users or groups to those security policies?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have enabled User-ID agent in my environment, the User-ID agent is retrieving the user to IP address mappings from the Domain Controllers, and my Firewall is already talking to the User-ID agent!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, could anyone let me know if I still need to add some LDAP configuration to my Firewall? Or if I'm ready to implement Web Filtering to specific users.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 22:25:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-specify-specific-users-groups-in-url-filtering-policies/m-p/175283#M54948</guid>
      <dc:creator>alexdelangel</dc:creator>
      <dc:date>2017-09-06T22:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify specific users / groups in URL Filtering Policies</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-specify-specific-users-groups-in-url-filtering-policies/m-p/175292#M54951</link>
      <description>&lt;P&gt;I would configure LDAP so that the firewall can pull in groups of users. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the top of your security policy, create a couple of group-based overrides. &amp;nbsp;Assuming you generally block adult + gambling sites, create two groups in your LDAP server, "URL-adult" and "URL-gambling". &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next, create a single URL filtering profile called "override alert URL", with action=alert for all categories. &amp;nbsp;Attach that profile to these override rules. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you can create security policies that look like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from trust to untrust, user=URL-adult, application=web-browsing+SSL, URL category=adult, action=allow&lt;/P&gt;&lt;P&gt;from trust to untrust, user=URL-gambling, application=web-browsing+SSL, URL category=gambling, action=allow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;lather, rinse, repeat for the URL categories where you need to provide an override and commit your changes. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The nice thing about this is that you only need to add a user to the LDAP group in order to permit them access to an overridden category. &amp;nbsp;(The firewall refreshes LDAP groups every 60 minutes, so you may need to wait that long for it to work - or perform a manual refresh via the CLI).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to warn your user that they're visiting a normally-blocked website because they have override privileges, modify your URL filtering profile from "override alert all URL" with action=alert, and change all of the actions=continue. &amp;nbsp;This way, if someone is visiting an overriden webpage, they're shown the block/continue page with a customizable warning and must click "continue" in order to visit the overriden webpage. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 22:52:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-specify-specific-users-groups-in-url-filtering-policies/m-p/175292#M54951</guid>
      <dc:creator>jvalentine</dc:creator>
      <dc:date>2017-09-06T22:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify specific users / groups in URL Filtering Policies</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-specify-specific-users-groups-in-url-filtering-policies/m-p/175300#M54953</link>
      <description>&lt;P&gt;Hi Valentine,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your answer, that's exactly what I need. I need my firewall to be able to pull in groups of users.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was with the idea that user-ID agent would give me the capability to define groups of users to my Security Policies, but I see that additionally I need to configure LDAP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the below documentation, could you let me know if that should be enough?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.paloaltonetworks.com/documentation/80/pan-os/pan-os/authentication/configure-ldap-authentication" target="_blank"&gt;https://www.paloaltonetworks.com/documentation/80/pan-os/pan-os/authentication/configure-ldap-authentication&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 01:46:40 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-specify-specific-users-groups-in-url-filtering-policies/m-p/175300#M54953</guid>
      <dc:creator>alexdelangel</dc:creator>
      <dc:date>2017-09-07T01:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify specific users / groups in URL Filtering Policies</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-specify-specific-users-groups-in-url-filtering-policies/m-p/175448#M54976</link>
      <description>&lt;P&gt;I would start here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;- &lt;A href="https://www.paloaltonetworks.com/documentation/80/pan-os/pan-os/user-id/map-users-to-groups#_74222" target="_blank"&gt;https://www.paloaltonetworks.com/documentation/80/pan-os/pan-os/user-id/map-users-to-groups#_74222&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You don't need to do LDAP authentication based on your original question. &amp;nbsp;Your main goal is to get the firewall to download a list of LDAP groups and the names of the users in each of the groups. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With this in place, you can create security policy based on username and/or LDAP group. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 15:01:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-specify-specific-users-groups-in-url-filtering-policies/m-p/175448#M54976</guid>
      <dc:creator>jvalentine</dc:creator>
      <dc:date>2017-09-07T15:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify specific users / groups in URL Filtering Policies</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-specify-specific-users-groups-in-url-filtering-policies/m-p/175465#M54978</link>
      <description>&lt;P&gt;Those 7000 series firewalls can handle up to 10,000 LDAP groups so you should be good to go!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 15:58:25 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-specify-specific-users-groups-in-url-filtering-policies/m-p/175465#M54978</guid>
      <dc:creator>Wald</dc:creator>
      <dc:date>2017-09-07T15:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify specific users / groups in URL Filtering Policies</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-specify-specific-users-groups-in-url-filtering-policies/m-p/175470#M54982</link>
      <description>&lt;P&gt;Hey Valentine!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for the provided assistance, and documentation. I confirm now I'm able to&amp;nbsp;create Security Policies based on username, and LDAP groups.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 17:23:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-specify-specific-users-groups-in-url-filtering-policies/m-p/175470#M54982</guid>
      <dc:creator>alexdelangel</dc:creator>
      <dc:date>2017-09-07T17:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify specific users / groups in URL Filtering Policies</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-specify-specific-users-groups-in-url-filtering-policies/m-p/175560#M55002</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/21849"&gt;@Wald&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;Those 7000 series firewalls can handle up to 10,000 LDAP groups so you should be good to go!&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Is it correct if we assume the maximum number of groups we can add per virtual system (Group Include List and Custom Group tab combind) will still be 640 groups?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 04:48:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-specify-specific-users-groups-in-url-filtering-policies/m-p/175560#M55002</guid>
      <dc:creator>Mass</dc:creator>
      <dc:date>2017-09-08T04:48:50Z</dc:date>
    </item>
  </channel>
</rss>

