diff --git a/README.md b/README.md index 39398dc..d209055 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Edit [docker-compose.yml](docker-compose.yml) to fit your local setup. ``` LDAP_SERVER: ldaps://LDAPSERVER:636 -LDAP_BASE: ou=people,dc=DOMAIN,dc=TLD +LDAP_BASE: dc=DOMAIN,dc=TLD LDAP_BINDDN: ou=someunit,ou=people,dc=DOMAIN,dc=TLS # By default tries to bind directly with the ldap user - this user has to be in the LDAP GROUP # you have to set a group filter a minimal groupfilter would be: '(objectClass=person)'