Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gateway): lookup user DN in LDAP
Lookup user DN in the scope of user base subtree before authentication on LDAP directory by default. This has 2 main benefits: - Support LDAP directory layout with users distributed in multiple branches in the user base. - Support LDAP directory without the user name attribute in the user DN (eg. the full name). Note this new default behavior can be reverted to the previous behavior by setting lookup_user_dn=no in [ldap] section of the gateway configuration. fix #446 #447
- Loading branch information