From 090839ee16ca02237415d0fb8ce13a5801cc4a60 Mon Sep 17 00:00:00 2001 From: provos <> Date: Sun, 16 Feb 1997 23:11:56 +0000 Subject: [PATCH] install passwd.conf --- src/etc/Makefile | 8 ++++---- src/etc/passwd.conf | 16 ++++++++++++++++ 2 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 src/etc/passwd.conf diff --git a/src/etc/Makefile b/src/etc/Makefile index 758950ce..14e6a40c 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -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/src/etc/passwd.conf b/src/etc/passwd.conf new file mode 100644 index 00000000..c33ca388 --- /dev/null +++ b/src/etc/passwd.conf @@ -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