mirror of
https://github.com/YunoHost-Apps/tandoor_ynh.git
synced 2024-09-03 20:35:56 +02:00
update .env
This commit is contained in:
parent
ef9c9be812
commit
ad35a5c90e
1 changed files with 2 additions and 1 deletions
|
@ -151,7 +151,8 @@ LDAP_AUTH=1
|
||||||
AUTH_LDAP_SERVER_URI="ldap://localhost:389"
|
AUTH_LDAP_SERVER_URI="ldap://localhost:389"
|
||||||
AUTH_LDAP_BIND_DN="ou=users,dc=yunohost,dc=org"
|
AUTH_LDAP_BIND_DN="ou=users,dc=yunohost,dc=org"
|
||||||
AUTH_LDAP_BIND_PASSWORD=""
|
AUTH_LDAP_BIND_PASSWORD=""
|
||||||
AUTH_LDAP_USER_SEARCH_BASE_DN="(&(|(objectclass=posixAccount))(uid={{username}})(permission=cn=__APP__.main,ou=permission,dc=yunohost,dc=org))"
|
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))"
|
||||||
#AUTH_LDAP_TLS_CACERTFILE=
|
#AUTH_LDAP_TLS_CACERTFILE=
|
||||||
|
|
||||||
# Enables exporting PDF (see export docs)
|
# Enables exporting PDF (see export docs)
|
||||||
|
|
Loading…
Reference in a new issue