From 8a2dcc22b64951fab135ef3395cee1c2b4cdddfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 30 Jun 2021 15:07:09 +0200 Subject: [PATCH] fix env vars pls double check if I got all! --- docs/extensions/storage/users.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/extensions/storage/users.md b/docs/extensions/storage/users.md index 30559d3c3..4a5e716fa 100644 --- a/docs/extensions/storage/users.md +++ b/docs/extensions/storage/users.md @@ -43,10 +43,10 @@ export STORAGE_LDAP_USERFILTER='(&(objectclass=posixAccount)(cn=%s))' export STORAGE_LDAP_GROUPFILTER='(&(objectclass=posixGroup)(cn=%s))' export STORAGE_LDAP_BIND_DN='cn=reva,ou=sysusers,dc=example,dc=org' export STORAGE_LDAP_BIND_PASSWORD=reva -export STORAGE_LDAP_SCHEMA_UID=uid -export STORAGE_LDAP_SCHEMA_MAIL=mail -export STORAGE_LDAP_SCHEMA_DISPLAYNAME=sn -export STORAGE_LDAP_SCHEMA_CN=cn +export STORAGE_LDAP_USER_SCHEMA_UID=uid +export STORAGE_LDAP_USER_SCHEMA_MAIL=mail +export STORAGE_LDAP_USER_SCHEMA_DISPLAYNAME=sn +export STORAGE_LDAP_USER_SCHEMA_CN=cn ``` Then restart the `bin/storage users` and `bin/storage auth-basic` services for the changes to take effect.