auto-range for self registration

This commit is contained in:
Roland Gruber 2015-08-04 06:30:38 +00:00
parent 01863ec355
commit 22bbbe05db
2 changed files with 20 additions and 0 deletions

View File

@ -3,6 +3,7 @@ September 2015 5.1
- SSH public key: check uploaded files if in right format
- LAM Pro:
-> MySQL support for cron jobs
-> Self registration: support auto-numbering for attributes (e.g. to create Unix accounts)
30.06.2015 5.0

View File

@ -8190,6 +8190,23 @@ OK (10 msec)</programlisting>
<entry></entry>
</row>
<row>
<entry>Auto-numbering for attributes such as uidNumber. Will
do a search for attribute values in the given range and use
highest value + 1.</entry>
<entry>autorange</entry>
<entry>e.g. uidNumber</entry>
<entry>LDAP search base, e.g.
ou=people,dc=company,dc=com</entry>
<entry>Minimum value, e.g. 1000</entry>
<entry>Maximum value, e.g. 2000</entry>
</row>
</tbody>
</tgroup>
</table>
@ -8208,6 +8225,8 @@ OK (10 msec)</programlisting>
<para>constant::homeDirectory::/home/@@uid@@</para>
<para>autorange::uidNumber::ou=people,dc=company,dc=com::10000::20000</para>
<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>