Updated LDAP AD Simple Auth (markdown)

Lauri Ojansivu 2021-07-24 17:38:39 +03:00
parent 50b7351bc2
commit 3d631b6ec1

@ -2,6 +2,8 @@
When enabled, LDAP_BASEDN is not needed. Example: true
Also change `mydomain.com` to your domain.
## Docker
Uncomment settings lines this wasy at [docker-compose.yml](https://github.com/wekan/wekan/blob/master/docker-compose.yml) to enable:
@ -11,16 +13,16 @@ Uncomment settings lines this wasy at [docker-compose.yml](https://github.com/we
#
# Set to true, if you want to connect with Active Directory by Simple Authentication.
# When using AD Simple Auth, LDAP_BASEDN is not needed.
#- LDAP_AD_SIMPLE_AUTH=true
- LDAP_AD_SIMPLE_AUTH=true
#
# Option to login to the LDAP server with the user's own username and password, instead of
# an administrator key. Default: false (use administrator key). When using AD Simple Auth, set to true.
# Set to true, if the login user is used for binding. Used with AD Simple Auth.
# When using AD Simple Auth, LDAP_BASEDN is not needed.
#- LDAP_USER_AUTHENTICATION=true
- LDAP_USER_AUTHENTICATION=true
#
# Which field is used to find the user for the user authentication. Default: uid.
#- LDAP_USER_AUTHENTICATION_FIELD=uid
- LDAP_USER_AUTHENTICATION_FIELD=uid
#
#
# === LDAP Default Domain: 2 different use cases, a/b ===
@ -30,7 +32,7 @@ Uncomment settings lines this wasy at [docker-compose.yml](https://github.com/we
# b) In case AD SimpleAuth is configured, the default domain is appended to the given loginname for creating the correct username for the bind request to AD.
#
# Example :
#- LDAP_DEFAULT_DOMAIN=mydomain.com
- LDAP_DEFAULT_DOMAIN=mydomain.com
#
# === LDAP Sync other settings ===
#