diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index cf423da9..8a5c23f3 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -2253,8 +2253,15 @@ Have fun! - For slapd.d configurations copy passwordSelfReset.ldif to - /etc/ldap/slapd.d/cn=config/cn=schema/. + For slapd.d configurations you need to upload the schema file + passwordSelfReset.ldif via ldapadd command: + + ldapadd -x -W -H ldap://localhost -D "cn=admin,o=test,c=de" -f + /daten/dev/lamPro/docs/schema/passwordSelfReset.ldif + + Please replace "localhost" with your LDAP server and + "cn=admin,o=test,c=de" with your LDAP admin user (usually starts with + cn=admin or cn=manager).