Updated LDAP AD Simple Auth (markdown)

Lauri Ojansivu 2021-07-27 18:26:00 +03:00
parent b9ac541ce3
commit ae513624dc

@ -1,4 +1,10 @@
- [**RELATED Search Filter Settings**](https://github.com/wekan/wekan/issues/3908#issuecomment-887545168) and [**OTHER LDAP Settings**](https://github.com/wekan/wekan/wiki/LDAP-AD-Simple-Auth)
- [**OTHER LDAP Settings**](https://github.com/wekan/wekan/wiki/LDAP-AD-Simple-Auth) and [**RELATED Search Filter Settings**](https://github.com/wekan/wekan/issues/3908#issuecomment-887545168):
```
- LDAP_USER_SEARCH_FILTER=(objectClass=user)
- LDAP_EMAIL_FIELD=mail
```
- [Original PR](https://github.com/wekan/wekan/pull/3909). Thanks to indika-dev.
- [Added settings for all remainin Wekan Standalone (non-Sandstorm) platforms](https://github.com/wekan/wekan/commit/fe40f35d6d9b6293f3bdbf5bc0f3e8e708c59518) and Docs to this wiki page. Thanks to xet7.
- When enabled, LDAP_BASEDN is not needed. Example: `true`