1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tandoor_ynh.git synced 2024-09-03 20:35:56 +02:00

attempt to fix ldap

This commit is contained in:
navanchauhan 2022-08-07 13:31:52 -04:00
parent ad35a5c90e
commit 259ab44cbd

View file

@ -149,7 +149,7 @@ REVERSE_PROXY_AUTH=0
# default 0 (false), when 1 (true) list of allowed users will be fetched from LDAP server
LDAP_AUTH=1
AUTH_LDAP_SERVER_URI="ldap://localhost:389"
AUTH_LDAP_BIND_DN="ou=users,dc=yunohost,dc=org"
AUTH_LDAP_BIND_DN=""
AUTH_LDAP_BIND_PASSWORD=""
AUTH_LDAP_USER_SEARCH_BASE_DN="ou=users,dc=yunohost,dc=org"
AUTH_LDAP_USER_SEARCH_FILTER_STR="(&(|(objectclass=posixAccount))(uid={{username}})(permission=cn=__APP__.main,ou=permission,dc=yunohost,dc=org))"