diff --git a/lam/HISTORY b/lam/HISTORY index a1631fcf..e6929354 100644 --- a/lam/HISTORY +++ b/lam/HISTORY @@ -5,6 +5,7 @@ March 2020 7.1 - LAM Pro: -> PPolicy: support for password check module -> Windows AD LDS support (users and groups) + -> User self registration: support Active Directory/Samba4 21.12.2019 7.0 - Lamdaemon can be configured with directory prefix for homedirs diff --git a/lam/docs/manual-sources/chapter-selfService.xml b/lam/docs/manual-sources/chapter-selfService.xml index f9ef6011..27c9f6e6 100644 --- a/lam/docs/manual-sources/chapter-selfService.xml +++ b/lam/docs/manual-sources/chapter-selfService.xml @@ -1482,7 +1482,9 @@ url="http://perldoc.perl.org/perlre.html">here. Validation is optional, you can leave these options blank. - Example: + Examples: + + Unix account: optional::givenName::First name::/^[[:alnum:] ]+$/u::Please enter a valid first name. @@ -1497,6 +1499,20 @@ If you use the object class "inetOrgPerson" and do not provide the "cn" attribute then LAM will set it to the user name value. + + + + Active Directory/Samba4: + + required::cn::Common Name::/^[[:alnum:] ]+$/u::Enter common + name. + + constant::userPrincipalName::@@uid@@@samba4.test + + constant::sAMAccountName::@@uid@@ + + constant::userAccountControl::512 +