self registration for AD
This commit is contained in:
parent
b15b94cb29
commit
2b83758564
|
@ -5,6 +5,7 @@ March 2020 7.1
|
||||||
- LAM Pro:
|
- LAM Pro:
|
||||||
-> PPolicy: support for password check module
|
-> PPolicy: support for password check module
|
||||||
-> Windows AD LDS support (users and groups)
|
-> Windows AD LDS support (users and groups)
|
||||||
|
-> User self registration: support Active Directory/Samba4
|
||||||
|
|
||||||
21.12.2019 7.0
|
21.12.2019 7.0
|
||||||
- Lamdaemon can be configured with directory prefix for homedirs
|
- Lamdaemon can be configured with directory prefix for homedirs
|
||||||
|
|
|
@ -1482,7 +1482,9 @@
|
||||||
url="http://perldoc.perl.org/perlre.html">here</ulink>. Validation is
|
url="http://perldoc.perl.org/perlre.html">here</ulink>. Validation is
|
||||||
optional, you can leave these options blank.</para>
|
optional, you can leave these options blank.</para>
|
||||||
|
|
||||||
<para><emphasis role="bold">Example:</emphasis></para>
|
<para><emphasis role="bold">Examples:</emphasis></para>
|
||||||
|
|
||||||
|
<para>Unix account:</para>
|
||||||
|
|
||||||
<para>optional::givenName::First name::/^[[:alnum:] ]+$/u::Please enter
|
<para>optional::givenName::First name::/^[[:alnum:] ]+$/u::Please enter
|
||||||
a valid first name.</para>
|
a valid first name.</para>
|
||||||
|
@ -1497,6 +1499,20 @@
|
||||||
<para>If you use the object class "inetOrgPerson" and do not provide the
|
<para>If you use the object class "inetOrgPerson" and do not provide the
|
||||||
"cn" attribute then LAM will set it to the user name value.</para>
|
"cn" attribute then LAM will set it to the user name value.</para>
|
||||||
|
|
||||||
|
<literallayout>
|
||||||
|
</literallayout>
|
||||||
|
|
||||||
|
<para>Active Directory/Samba4:</para>
|
||||||
|
|
||||||
|
<para>required::cn::Common Name::/^[[:alnum:] ]+$/u::Enter common
|
||||||
|
name.</para>
|
||||||
|
|
||||||
|
<para>constant::userPrincipalName::@@uid@@@samba4.test</para>
|
||||||
|
|
||||||
|
<para>constant::sAMAccountName::@@uid@@</para>
|
||||||
|
|
||||||
|
<para>constant::userAccountControl::512</para>
|
||||||
|
|
||||||
<literallayout>
|
<literallayout>
|
||||||
</literallayout>
|
</literallayout>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue