12-11-2013 04:36 AM
I have created a new group in Active Directory, but the PAN doesn't show the new security group in the drop down menu (Security Policy Rule -> User.Add) when adding a new policy. Is there something more that I need to do?
01-06-2014 01:47 PM
Panos generates a .xml file containing users and groups used by our web front-end for listing purpose.
You can check if your new groups are present in this file with following command:
> less mp-global userinfo.xml
if not, you can try to rebuild the file (!! Disruptive actions !!):
> debug user-id clear group all
> debug software restart user-id
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!