diff options
author | ivan <ivan> | 2001-09-11 04:17:47 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-09-11 04:17:47 +0000 |
commit | 8d6016abb9ca2e9d270d668e9607445921846aaa (patch) | |
tree | 917b261b3b677d129e2a02a0900a198c1f691848 /httemplate | |
parent | 842df85f746a2e1b961d6c9e3a8c5cc3678ae6dd (diff) |
username-noperiod config file
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/docs/config.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/docs/config.html b/httemplate/docs/config.html index ac7752e07..84e9538f7 100644 --- a/httemplate/docs/config.html +++ b/httemplate/docs/config.html @@ -100,8 +100,9 @@ All further configuration files and directories are located in <li><a name="textradiusprepend">textradiusprepend</a> - <b>DEPRECIATED</b>, use RADIUS check attributes instead. This option will be removed soon. The contents of this file will be prepended to the first line of a user's RADIUS entry in text exports. <li><a name="usernamemin">usernamemin</a> - Minimum username length (default 2); <li><a name="usernamemax">usernamemax</a> - Maximum username length (default is the size of the SQL column, probably specified when fs-setup was run) - <li><a name="usernamemax">username-letter</a> - The existance of this file will turn on the requirement that usernames contain at least one letter. - <li><a name="usernamemax">username-letterfirst</a> - The existance of this file will turn on the requirement that usernames start with a letter. + <li><a name="username-letter">username-letter</a> - The existance of this file will turn on the requirement that usernames contain at least one letter. + <li><a name="username-letterfirst">username-letterfirst</a> - The existance of this file will turn on the requirement that usernames start with a letter. + <li><a name="username-noperiod">username-noperiod</a> - The existance of this file will disallow periods in usernames. <li><a name="username_policy">username_policy</a> - This file controls the mechanism for preventing duplicate usernames in passwd/radius files exported from svc_accts. This should be one of 'prepend domsvc' 'append domsvc' or 'append domain' <li><a name="vpopmailmachines">vpopmailmachines</a> - Your vpopmail pop toasters, one per line. Each line is of the form "machinename vpopdir vpopuid vpopgid". For example: <code>poptoaster.domain.tld /home/vpopmail 508 508</code> Note: vpopuid and vpopgid are values taken from the vpopmail machine's /etc/passwd |