summaryrefslogtreecommitdiffstats
path: root/etc/login.conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-11-21 23:25:39 +0000
committerobrien <obrien@FreeBSD.org>2000-11-21 23:25:39 +0000
commit180c0486a76d175aa40c4d7d8e292bd792869a12 (patch)
tree062a988319739cb47d8a660e07b9d477511507b9 /etc/login.conf
parent8c110f84bfef92a5b18d9575abb0b80655511757 (diff)
downloadFreeBSD-src-180c0486a76d175aa40c4d7d8e292bd792869a12.zip
FreeBSD-src-180c0486a76d175aa40c4d7d8e292bd792869a12.tar.gz
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>
Diffstat (limited to 'etc/login.conf')
-rw-r--r--etc/login.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/login.conf b/etc/login.conf
index 2a21883..74ded6f 100644
--- a/etc/login.conf
+++ b/etc/login.conf
@@ -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:
OpenPOWER on IntegriCloud