auto-range for self registration
This commit is contained in:
parent
01863ec355
commit
22bbbe05db
|
@ -3,6 +3,7 @@ September 2015 5.1
|
||||||
- SSH public key: check uploaded files if in right format
|
- SSH public key: check uploaded files if in right format
|
||||||
- LAM Pro:
|
- LAM Pro:
|
||||||
-> MySQL support for cron jobs
|
-> MySQL support for cron jobs
|
||||||
|
-> Self registration: support auto-numbering for attributes (e.g. to create Unix accounts)
|
||||||
|
|
||||||
|
|
||||||
30.06.2015 5.0
|
30.06.2015 5.0
|
||||||
|
|
|
@ -8190,6 +8190,23 @@ OK (10 msec)</programlisting>
|
||||||
|
|
||||||
<entry></entry>
|
<entry></entry>
|
||||||
</row>
|
</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>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</table>
|
</table>
|
||||||
|
@ -8208,6 +8225,8 @@ OK (10 msec)</programlisting>
|
||||||
|
|
||||||
<para>constant::homeDirectory::/home/@@uid@@</para>
|
<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
|
<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>
|
the "cn" attribute then LAM will set it to the user name value.</para>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue