Add `password_format=md5' to the default settings. I've had this locally

for a while, but a recent email to -stable suggests it should be spelled
out as the documentation of "password_format" is sparse.

Also add a `des_users' entry.
Submitted by:	Sean O'Connell <sean@stat.Duke.EDU>
This commit is contained in:
David E. O'Brien 2000-11-21 23:25:39 +00:00
parent ee85cf8bb2
commit 34e76f1b46

View File

@ -18,6 +18,7 @@
# Note that entries like "cputime" set both "cputime-cur" and "cputime-max"
default:\
:passwd_format=md5:\
:copyright=/etc/COPYRIGHT:\
:welcome=/etc/motd:\
:setenv=MAIL=/var/mail/$,BLOCKSIZE=K,FTP_PASSIVE_MODE=YES:\
@ -303,3 +304,10 @@ russian:Russian Users Accounts:\
#subshell:Shell Subscriber Accounts:\
# :tc=subscriber:
#
##
## If you want some of the accounts to use traditional UNIX DES based
## password hashes.
##
#des_users:\
# :password_format=des:\
# :tc=default: