From aa39234613e8148c531ad3fd0ca46ee806563f6c Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 12 Aug 1999 00:05:03 +0000 Subject: configurable min/max username length, min password length, periods in usernames --- htdocs/docs/config.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'htdocs/docs/config.html') diff --git a/htdocs/docs/config.html b/htdocs/docs/config.html index 7994af8f9..3d4e743c1 100644 --- a/htdocs/docs/config.html +++ b/htdocs/docs/config.html @@ -33,6 +33,7 @@ All further configuration files and directories are located in
  • invoice_from - Return address on email invoices.
  • lpr - Print command for paper invoices, for example `lpr -h'.
  • nismachines - Your NIS master (not slave master) machines, one per line. This enables export of `/etc/global/passwd' and `/etc/global/shadow'. +
  • passwordmin - Minimum password length (default 6);
  • qmailmachines - Your qmail machines, one per line. This enables export of `/var/qmail/control/virtualdomains', `/var/qmail/control/recipientmap', and `/var/qmail/control/rcpthosts'. The existance of this file (even if empty) also turns on user `.qmail-extension' file maintenance in conjunction with `shellmachine'.
  • radiusmachines - Your RADIUS authentication machines, one per line. This enables export of `/etc/raddb/users'.
  • registries - Directory which contains domain registry information. Each registry is a directory. @@ -52,6 +53,8 @@ All further configuration files and directories are located in
  • shells - Legal shells (think /etc/shells). You probably want to `cut -d: -f7 /etc/passwd | sort | uniq' initially so that importing doesn't fail with `Illegal shell' errors, then remove any special entries afterwords. A blank line specifies that an empty shell is permitted.
  • showpasswords - The existance of this file will allow unencrypted user passwords to be displayed.
  • smtpmachine - SMTP relay for Freeside's outgoing mail. +
  • usernamemin - Minimum username length (default 2); +
  • usernamemax - Maximum username length (default is the size of the SQL column, probably specified when fs-setup was run) -- cgit v1.2.1