diff --git a/docs/content/users.md b/docs/content/users.md index 2950269cf4..02593e085b 100644 --- a/docs/content/users.md +++ b/docs/content/users.md @@ -34,7 +34,7 @@ export REVA_USERS_DRIVER=ldap 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_PORT=636 export REVA_LDAP_BASE_DN='dc=owncloud,dc=com' export REVA_LDAP_USERFILTER='(&(objectclass=posixAccount)(cn=%s))' export REVA_LDAP_GROUPFILTER='(&(objectclass=posixGroup)(cn=%s))' @@ -46,4 +46,4 @@ export REVA_LDAP_SCHEMA_DISPLAYNAME=displayName export REVA_LDAP_SCHEMA_CN=cn ``` -Then restart the `bin/ocis-reva users` and `bin/ocis-reva auth-basic` services for the changes to take effect. \ No newline at end of file +Then restart the `bin/ocis-reva users` and `bin/ocis-reva auth-basic` services for the changes to take effect.