LDAP

How to allow only users of particular AD groups to authenticate?

80 views 0

This can be done using a search filter in the LDAP Configuration tab. Add the memberOf attribute to your search filter in the LDAP configuration tab to allow members of only specific groups to sign in.
For example,
If you have to allow users of only one group use:(&(objectClass=*)(mail=?)(memberof=<distinguished name of the group here>))If you have to allow users of multiple groups use:

(&(objectClass=*)(mail=?)(|(memberof=<distinguished name of the first group>)(memberof=<distinguished name of the second group>)))

Was this helpful?


Hello there!

Need Help? We are right here!

support
Contact miniOrange Support
success

Thanks for your inquiry.

If you dont hear from us within 24 hours, please feel free to send a follow up email to info@xecurify.com