How do you narrow the scope for the Identity source so that it looks at the members of a specific group in your Active Directory instead of all the Users listed in your organization?
I am running RSA Authentication Manager 8.1.
Thanks
Terrence
How do you narrow the scope for the Identity source so that it looks at the members of a specific group in your Active Directory instead of all the Users listed in your organization?
I am running RSA Authentication Manager 8.1.
Thanks
Terrence
You can edit the user search filter for the external identity source MAP page,
and define memberOf as part of the logic in the search filter.
NOTE: You'll need to provide the full DN of the group to use memberOf.
Hi Edward,
Thanks for that info. Would you happen to have an example of what that should look like on the MAP tab?
Thanks
Terrence
Terrence Prime
System Administrator
Direct 803.744.1875
Fax 803.343.7017
Rogers Townsend & Thomas, PC
1221 Main Street 14th Floor
Columbia, SC 29201
Main 803.771.7900
Visit rtt-law.com<http://www.rtt-law.com/>
This is by no means 'the way to do it' merely an example. You can use any common legal ldap filter syntax.
CN=administrators,CN=Builtin,DC=MyDomain,DC=com
... my filter could be:
(objectClass=User)&(memberOf=CN=administrators,CN=builtin,DC=farmco,dc=local)
Here is a page showing a lot of options usable with Active Directory
Hi Edward,
Nevermind. I was able to figure it out by using the link below. Thanks for pointing me in the right direction, though. You triggered the right questions for me to ask which allowed me to find the link below.
Much appreciated.
https://community.rsa.com/docs/DOC-45897
Thanks
Terrence
Terrence Prime
System Administrator
Direct 803.744.1875
Fax 803.343.7017
Rogers Townsend & Thomas, PC
1221 Main Street 14th Floor
Columbia, SC 29201
Main 803.771.7900
Visit rtt-law.com<http://www.rtt-law.com/>
You can edit the user search filter for the external identity source MAP page,
and define memberOf as part of the logic in the search filter.
NOTE: You'll need to provide the full DN of the group to use memberOf.