mirror of
https://github.com/YunoHost-Apps/owncloud_ynh.git
synced 2024-09-03 19:56:25 +02:00
Update .env
This commit is contained in:
parent
2e30d47062
commit
c7cf9a5a1b
1 changed files with 6 additions and 2 deletions
|
@ -16,7 +16,11 @@ IDM_ADMIN_PASSWORD=__PASSWORD__
|
|||
|
||||
OCIS_DEFAULT_LANGUAGE=__LANGUAGE__
|
||||
|
||||
|
||||
AUTH_BASIC_AUTH_MANAGER=ldap
|
||||
OCIS_LDAP_URI=ldap://localhost:9235
|
||||
OCIS_LDAP_USER_BASE_DN="ou=users,dc=yunohost,dc=org"
|
||||
OCIS_LDAP_GROUP_BASE_DN="ou=groups,dc=yunohost,dc=org"
|
||||
OCIS_LDAP_GROUP_BASE_DN="ou=groups,dc=yunohost,dc=org"
|
||||
OCIS_LDAP_USER_FILTER=(&(|(objectclass=posixAccount))(uid=%uid)(permission=cn=__APP__.main,ou=permission,dc=yunohost,dc=org))
|
||||
LDAP_LOGIN_ATTRIBUTES="uid"
|
||||
OCIS_LDAP_USER_SCHEMA_MAIL="mail"
|
||||
OCIS_LDAP_GROUP_SCHEMA_DISPLAYNAME="cn"
|
Loading…
Add table
Reference in a new issue