fixed password self reset schema installation
This commit is contained in:
parent
3cafca08ab
commit
1d94d8e12d
|
@ -2253,8 +2253,15 @@ Have fun!
|
||||||
|
|
||||||
</literallayout>
|
</literallayout>
|
||||||
|
|
||||||
<para>For slapd.d configurations copy passwordSelfReset.ldif to
|
<para>For slapd.d configurations you need to upload the schema file
|
||||||
/etc/ldap/slapd.d/cn=config/cn=schema/.</para>
|
passwordSelfReset.ldif via ldapadd command:</para>
|
||||||
|
|
||||||
|
<para> ldapadd -x -W -H ldap://localhost -D "cn=admin,o=test,c=de" -f
|
||||||
|
/daten/dev/lamPro/docs/schema/passwordSelfReset.ldif</para>
|
||||||
|
|
||||||
|
<para>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).</para>
|
||||||
|
|
||||||
<literallayout>
|
<literallayout>
|
||||||
</literallayout>
|
</literallayout>
|
||||||
|
|
Loading…
Reference in New Issue