From 1d94d8e12d006cc879af7b65d6635abc8550a348 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 22 Oct 2013 17:40:26 +0000 Subject: [PATCH] fixed password self reset schema installation --- lam/docs/manual-sources/howto.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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).