-# $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
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
--- /dev/null
+# 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