fix default ldap filters and port

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2020-01-17 13:37:40 +01:00
parent 9a63eaa117
commit 1df7dd4215
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ If the below defaults don't match your environment change them accordingly:
export REVA_LDAP_HOSTNAME=localhost
export REVA_LDAP_PORT=389
export REVA_LDAP_BASE_DN='dc=owncloud,dc=com'
export REVA_LDAP_USERFILTER='(objectclass=posixAccount)'
export REVA_LDAP_GROUPFILTER='(objectclass=posixGroup)'
export REVA_LDAP_USERFILTER='(&(objectclass=posixAccount)(cn=%s))'
export REVA_LDAP_GROUPFILTER='(&(objectclass=posixGroup)(cn=%s))'
export REVA_LDAP_BIND_DN='cn=admin,dc=owncloud,dc=com'
export REVA_LDAP_BIND_PASSWORD=admin
export REVA_LDAP_SCHEMA_UID=uid