1
0
Fork 0
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:
navanchauhan 2022-08-07 13:12:37 -04:00
parent ef9c9be812
commit ad35a5c90e

View file

@ -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)