identification method description
This commit is contained in:
parent
c5b6c8132c
commit
4f8b1e81ea
|
@ -1166,6 +1166,35 @@
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
|
||||||
|
<para>Identification method, used LDAP attributes:</para>
|
||||||
|
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>Email: mail</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Employee number: employeeNumber</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Self service login attribute: same as configured on first tab
|
||||||
|
of self service profile</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>User name: uid</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>User name and email address: uid and mail</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>User name or email address: uid and mail</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
<para>You can now configure the minimum answer length for password reset
|
<para>You can now configure the minimum answer length for password reset
|
||||||
answers. This is checked when you allow you users to specify their
|
answers. This is checked when you allow you users to specify their
|
||||||
answers via the self service. Additionally, you can specify the text of
|
answers via the self service. Additionally, you can specify the text of
|
||||||
|
@ -1195,9 +1224,8 @@
|
||||||
The mail can include the new password by using the special wildcard
|
The mail can include the new password by using the special wildcard
|
||||||
"@@newPassword@@". Additionally, you may want to insert other wildcards
|
"@@newPassword@@". Additionally, you may want to insert other wildcards
|
||||||
that are replaced by the corresponding LDAP attributes. E.g. "@@uid@@"
|
that are replaced by the corresponding LDAP attributes. E.g. "@@uid@@"
|
||||||
will be replaced by the user name.
|
will be replaced by the user name. See <link
|
||||||
See <link linkend="mailSetup">here</link> for setting up your SMTP
|
linkend="mailSetup">here</link> for setting up your SMTP server.</para>
|
||||||
server.</para>
|
|
||||||
|
|
||||||
<literallayout> </literallayout>
|
<literallayout> </literallayout>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue