diff --git a/docker-compose.yml b/docker-compose.yml index d78cebf0..d8299d3b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4403,7 +4403,7 @@ services: LDAP_APP_DN: uid=authelia,ou=people,dc=trez,dc=wtf LDAP_APP_PASSWORD: ${AUTHELIA_AUTH_BIND_LDAP_PASSWORD} LDAP_SEARCH_BASE: dc=trez,dc=wtf - LDAP_SEARCH_FILTERS: "(&({username_attribute}={input})(objectClass=person))" + LDAP_SEARCH_FILTERS: "(objectClass=inetOrgPerson)" LDAP_USE_TLS: false # LibreTranslate LT_DEBUG: false