diff --git a/LDAP.md b/LDAP.md index 09b64a7..c08bbd9 100644 --- a/LDAP.md +++ b/LDAP.md @@ -1,6 +1,12 @@ ## LDAP info -- [**LDAP AD Simple Auth**](https://github.com/wekan/wekan/wiki/LDAP-AD-Simple-Auth) 2021-07-24 and related [Search Filter Settings](https://github.com/wekan/wekan/issues/3908#issuecomment-887545168). +- [**LDAP AD Simple Auth**](https://github.com/wekan/wekan/wiki/LDAP-AD-Simple-Auth) 2021-07-24 and related [Search Filter Settings](https://github.com/wekan/wekan/issues/3908#issuecomment-887545168): + +``` +- LDAP_USER_SEARCH_FILTER=(objectClass=user) +- LDAP_EMAIL_FIELD=mail +``` + - [MS AD with Windows 2012 server](https://github.com/wekan/wekan/issues/3292#issuecomment-703246384) - [Additional info about LDAP docs here](https://github.com/wekan/wekan-ldap/issues/77) - [LDAP issues](https://github.com/wekan/wekan-ldap/issues)