User-ID Group Mapping in Palo Alto Networks firewalls allows administrators to create security policies based on user group memberships rather than individual users. This approach simplifies policy management and ensures that access controls adapt automatically as users are added or removed from groups.
For detailed planning guidelines, refer to the User-ID Best Practices for Group Mapping .
Device > Server Profiles > LDAP
.
Device > User Identification > Group Mapping Settings
.
Add
to create a new group mapping configuration.
sAMAccountName
or
userPrincipalName
).
name
and
member
respectively).
For a comprehensive guide, see Map Users to Groups .
show user group-mapping state all
to check the status of group mappings.
show user group list
to view all groups retrieved by the firewall.
show user group name <group name>
to see members of a specific group.
debug user-id refresh group-mapping all
to refresh the cache.
Refer to the Group Mapping Settings Tab for more details.
flowchart TD
A[Start] --> B[Create LDAP Server Profile]
B --> C[Configure Group Mapping Settings]
C --> D[Define User and Group Attributes]
D --> E[Specify Group Include List or Custom Groups]
E --> F[Commit Configuration]
F --> G[Verify Group Mapping via CLI]
G --> H[End]