diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-02-16 23:11:57 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-02-16 23:11:57 +0000 |
commit | d37a102f05296eaea1a261ce92002d2e124f5a2f (patch) | |
tree | 497c492d07ce52aa5a46870798427548659201d7 | |
parent | 28d4d405b2a24f121ccae8aa07fa8c9b4137f16e (diff) |
install passwd.conf
-rw-r--r-- | etc/Makefile | 8 | ||||
-rw-r--r-- | etc/passwd.conf | 16 |
2 files changed, 20 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile index 758950ceba9..14e6a40c10f 100644 --- a/etc/Makefile +++ b/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/etc/passwd.conf b/etc/passwd.conf new file mode 100644 index 00000000000..c33ca388bdd --- /dev/null +++ b/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 |