install passwd.conf
authorprovos <provos@openbsd.org>
Sun, 16 Feb 1997 23:11:55 +0000 (23:11 +0000)
committerprovos <provos@openbsd.org>
Sun, 16 Feb 1997 23:11:55 +0000 (23:11 +0000)
etc/Makefile
etc/passwd.conf [new file with mode: 0644]

index 758950c..14e6a40 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.38 1997/01/23 03:41:24 millert Exp $
+#      $OpenBSD: Makefile,v 1.39 1997/02/16 23:11:55 provos Exp $
 
 TZDIR=         /usr/share/zoneinfo
 LOCALTIME=     US/Pacific
@@ -17,9 +17,9 @@ BIN1= aliases bootptab changelist ccd.conf csh.cshrc csh.login csh.logout \
        daily dm.conf exports ftpusers ftpchroot gettytab group hosts \
        hosts.equiv hosts.lpd ifaliases inetd.conf ipf.rules ksh.kshrc \
        locate.rc man.conf monthly motd mrouted.conf myname netstart \
-       networks newsyslog.conf phones printcap protocols rbootd.conf rc \
-       rc.local remote rpc security services shells syslog.conf virc weekly \
-       etc.${MACHINE}/disktab
+       networks newsyslog.conf passwd.conf phones printcap protocols \
+       rbootd.conf rc rc.local remote rpc security services shells \ 
+       syslog.conf virc weekly etc.${MACHINE}/disktab
 
 # -rw-rw-r--
 BIN2=  motd
diff --git a/etc/passwd.conf b/etc/passwd.conf
new file mode 100644 (file)
index 0000000..c33ca38
--- /dev/null
@@ -0,0 +1,16 @@
+# passwd configuration file
+#
+# Possible options are at the moment:
+# localcipher, ypcipher
+# they can take values of
+#       old             - old unix style salt of 12bit
+#       newsalt         - DES hash with salt of 64 bit
+#       blowfish,x      - Blowfish cipher, x is number of rounds
+#                         128 bit salt, 4 rounds are min, 31 max
+#
+default:
+       localcipher=old
+       ypcipher=old
+
+root:
+       localcipher=old