diff options
author | ivan <ivan> | 2001-09-30 20:30:09 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-09-30 20:30:09 +0000 |
commit | d390ca47b755c896af0644ae83ec583973c319b6 (patch) | |
tree | c132685c01084709ec6f14f7a2d1626ddceee199 /httemplate/docs | |
parent | 3919924e14e1d0fa70e0e194f8da045389f34e8e (diff) |
username-uppercase config file
Diffstat (limited to 'httemplate/docs')
-rw-r--r-- | httemplate/docs/config.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/docs/config.html b/httemplate/docs/config.html index 2254b32ca..0cafc8280 100644 --- a/httemplate/docs/config.html +++ b/httemplate/docs/config.html @@ -112,6 +112,7 @@ All further configuration files and directories are located in <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-uppercase">username-uppercase</a> - The existance of this file will allow uppercase characters in username. <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 |