- CheckMates
- :
- Products
- :
- General Topics
- :
- Difference between AD query and User Directory
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Difference between AD query and User Directory
Hello,
In the " identity awareness" software blade, I don't understand the difference between :
- AD QUERY
- USER DIRECTORY
The 2 of them Get identity data from Active Directory .So what is the difference ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
User Directory is a legacy feature that is tied with LDAP.
Recommend reading this thread for more background: https://community.checkpoint.com/t5/General-Topics/User-Directory-vs-Identity-Awareness/m-p/21862#M4...
AD Query is one of the many methods used for acquiring identities.
Specifically, it subscribes to a given Active Directory server over WMI and receives specific types of events correlated with a user login.
Others include:
- Identity Collector, which is far more scalable than AD Query
- Identity Agents (including MUH for terminal servers)
- Captive Portal
- RADIUS Accounting
- Identity Awareness API (allows integration with third party systems)
Note that in all cases, this only achieves an IP to username mapping.
To get the actual groups associated with a given user, an LDAP query from the gateway is used.
