Browse Source

install passwd.conf

OPENBSD_2_1
provos 27 years ago
parent
commit
090839ee16
2 changed files with 20 additions and 4 deletions
  1. +4
    -4
      src/etc/Makefile
  2. +16
    -0
      src/etc/passwd.conf

+ 4
- 4
src/etc/Makefile View 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


+ 16
- 0
src/etc/passwd.conf View File

@ -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

Loading…
Cancel
Save