Updated LDAP (markdown)

Lauri Ojansivu 2021-07-27 18:25:14 +03:00
parent fe5cf087ed
commit b9ac541ce3

@ -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)