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:
parent
ad35a5c90e
commit
259ab44cbd
1 changed files with 1 additions and 1 deletions
|
@ -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))"
|
||||
|
|
Loading…
Reference in a new issue