LDAP Tool Box project: even LDAP administrators need help
Best practices for LDAP authentication
Introdution
You will find here some best practices to code LDAP authentication in your applications.
- Use a filter to recover user DN: do not build DN with a concat of login and branch
- Use service account to query LDAP: some directories will not allow anonymous access



