LDAP Authentication

What is meant by Search Filter in my LDAP environment?

2780 views 3

1. Search Filter is a basic LDAP Query for searching users based on mapping of username to a particular LDAP attribute.

2. The following are some commonly used Search Filters. You will need to use a search filter which uses the attributes specific to your LDAP environment. You can confirm this from your LDAP administrator.

common name (&(objectClass=*)(cn=?))
email (&(objectClass=*)(mail=?))
logon name (&(objectClass=*)(sAMAccountName=?))
(&(objectClass=*)(userPrincipalName=?))
custom attribute where you store your WordPress usernames use (&(objectClass=*)(customAttribute=?))
if you store WordPress usernames in multiple attributes
(e.g. some users login using email and others using their username)
(&(objectClass=*)(|(cn=?)(mail=?)))

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