password self reset schema
This commit is contained in:
parent
1253b2f270
commit
1f2bd7e66a
|
@ -2220,19 +2220,45 @@ Have fun!
|
|||
|
||||
<para><emphasis role="bold">Schema installation</emphasis></para>
|
||||
|
||||
<para>Please install the schema that comes with LAM Pro.</para>
|
||||
<para>Please install the schema that comes with LAM Pro. The schema
|
||||
files are located in:</para>
|
||||
|
||||
<para><emphasis role="underline">OpenLDAP:</emphasis></para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>tar.bz2: docs/schema</para>
|
||||
</listitem>
|
||||
|
||||
<para>Install docs/schema/passwordSelfReset.schema for slapd.conf
|
||||
configuration or docs/schema/passwordSelfReset.ldif for slapd.d
|
||||
configuration.</para>
|
||||
<listitem>
|
||||
<para>DEB: /usr/share/doc/ldap-account-manager/docs/schema</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>RPM:
|
||||
/usr/share/doc/ldap-account-manager-{VERSION}/schema</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para><literallayout>
|
||||
</literallayout><emphasis role="underline">OpenLDAP:</emphasis></para>
|
||||
|
||||
<para>For a configuration with slapd.conf-file copy
|
||||
passwordSelfReset.schema to /etc/ldap/schema/ and add this line to
|
||||
slapd.conf:</para>
|
||||
|
||||
<literallayout> include /etc/ldap/schema/passwordSelfReset.schema
|
||||
|
||||
</literallayout>
|
||||
|
||||
<para>For slapd.d configurations copy passwordSelfReset.ldif to
|
||||
/etc/ldap/slapd.d/cn=config/cn=schema/.</para>
|
||||
|
||||
<literallayout>
|
||||
</literallayout>
|
||||
|
||||
<para><emphasis role="underline">Samba 4:</emphasis></para>
|
||||
|
||||
<para>The schema files are
|
||||
docs/schema/passwordSelfReset-Samba4-attributes.ldif and
|
||||
docs/schema/passwordSelfReset-Samba4-objectClass.ldif.</para>
|
||||
<para>The schema files are passwordSelfReset-Samba4-attributes.ldif
|
||||
and passwordSelfReset-Samba4-objectClass.ldif.</para>
|
||||
|
||||
<para>First, you need to edit them and replace "DOMAIN_TOP_DN" with
|
||||
your LDAP suffix (e.g. dc=samba4,dc=test).</para>
|
||||
|
@ -2243,6 +2269,20 @@ Have fun!
|
|||
<literallayout> ldbmodify -H /var/lib/samba/private/sam.ldb passwordSelfReset-Samba4-attributes.ldif --option="dsdb:schema update allowed"=true
|
||||
ldbmodify -H /var/lib/samba/private/sam.ldb passwordSelfReset-Samba4-objectClass.ldif --option="dsdb:schema update allowed"=true
|
||||
|
||||
</literallayout>
|
||||
|
||||
<para><emphasis role="underline">Windows:</emphasis></para>
|
||||
|
||||
<para>The schema file is passwordSelfReset-Windows.ldif.</para>
|
||||
|
||||
<para>First, you need to edit it and replace "DOMAIN_TOP_DN" with your
|
||||
LDAP suffix (e.g. dc=windows,dc=test).</para>
|
||||
|
||||
<para>Then install the schema file as administrator on a command
|
||||
line:</para>
|
||||
|
||||
<literallayout> ldifde -v -i -f passwordSelfReset-Windows.ldif
|
||||
|
||||
</literallayout>
|
||||
|
||||
<para>This allows to set a security question + answer for each
|
||||
|
@ -6319,8 +6359,8 @@ Run slapindex to rebuild the index.
|
|||
will be created in the self service user suffix. The DN will look
|
||||
like this: <emphasis>uid=<user name>,...</emphasis></para>
|
||||
|
||||
<para>Please see <link linkend="mailEOL">email format
|
||||
option</link> in case of broken mails.</para>
|
||||
<para>Please see <link linkend="mailEOL">email format option</link>
|
||||
in case of broken mails.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
|
Loading…
Reference in New Issue