mirror of
https://github.com/webmin/webmin.git
synced 2025-08-15 21:20:10 +00:00
24 lines
685 B
HTML
24 lines
685 B
HTML
<header>LDAP properties for all new users</header>
|
|
|
|
This option can be used to specifiy properties that will be assigned to
|
|
LDAP users when they are created, in addition to those created by
|
|
Webmin. They must be entered in the following format :<p>
|
|
|
|
name1: value1<br>
|
|
name2: value2<br>
|
|
<p>
|
|
|
|
The following substitutions can be used, which are replaced when the user
|
|
is created :<p>
|
|
|
|
${USER} The user's login name<br>
|
|
${PLAINPASS} The user's un-encrypted password, if one was given<br>
|
|
${REAL} The user's real name<br>
|
|
${UID} The user's Unix UID number<br>
|
|
${GID} The user's Unix group ID number<br>
|
|
${HOME} The user's home directory<br>
|
|
${SHELL} The user's login shell<br>
|
|
<p>
|
|
<footer>
|
|
|