Restrict LDAP access
We are seeing that anyone defined in our LDAP can access Adeptia, and they are defaulted to the 'developers' group. Is there a way to have only those people defined in a 'developers' LDAP group to have access to the development environment in Adeptia, and anyone who is not defined to an Adeptia LDAP group, not have access to Adeptia?
-
Official comment
Solution:
Users can restrict the access to Adeptia by defining the proper filter criteria in the ‘abpm.ldap.baseFilter’ property under LDAP Configuration in system properties.
For example:
An administrator does not want to allow the user ‘user1’ to login to Adeptia. The filter criteria should be defined as ‘(&(uid={0})(!(uid=user1)))’. This will restrict the user1 from logging into Adeptia.
Here is the link on how to define the search criteria in LDAP :
https://msdn.microsoft.com/en-us/library/aa746475%28VS.85%29.aspx
https://technet.microsoft.com/en-us/library/aa996205(v=exchg.65).aspx
Please sign in to leave a comment.
Comments
1 comment