chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:12:17 +08:00
commit cf8edb9f21
44281 changed files with 1655134 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<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>