AAA, NAC, Guest Access & BYOD

 View Only
last person joined: one year ago 

Solutions for legacy and existing products and solutions, including Clearpass, CPPM, OnBoard, OnGuard, Guest, QuickConnect, AirGroup, and Introspect

Search for users in multiple groups in AD in ClearPass Guest 

Jun 12, 2015 12:26 PM

Q:

How can i search for users in multiple (specific) groups in AD for operator login?



A:

Once we added AD under Operator logins > Servers we need to modify the User Search Filter to achieve the required results.

  • Set the Filter to "Specify a custom LDAP filter"
  • Set the Filter expression as following:

(&
  (objectClass=user)
  (objectCategory=person)
  (|
    # Match users in any of these groups
    (memberOf=CN=Wireless,CN=Users,DC=clearpass,DC=aruba,DC=com)
    (memberOf=CN=Group2,OU=ou-name,DC=domain,DC=com)
    (memberOf=CN=Group3,OU=ou-name,DC=domain,DC=com)
  )

(|
# Match users by any of these criteria
(sAMAccountName=*@SEARCH@*)

 

Statistics
0 Favorited
8 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.