Module Name: src
Committed By: jmmv
Date: Fri Dec 3 21:40:04 UTC 2010
Modified Files:
src/etc: passwd.conf
Log Message:
Set the default localcypher to sha1 as discussed in current-us...@.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/etc/passwd.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/passwd.conf
diff -u src/etc/passwd.conf:1.2 src/etc/passwd.conf:1.3
--- src/etc/passwd.conf:1.2 Mon Apr 15 07:48:00 2002
+++ src/etc/passwd.conf Fri Dec 3 21:40:04 2010
@@ -1,9 +1,9 @@
-# $NetBSD: passwd.conf,v 1.2 2002/04/15 07:48:00 ad Exp $
+# $NetBSD: passwd.conf,v 1.3 2010/12/03 21:40:04 jmmv Exp $
#
# passwd.conf(5) -
# password configuration file
#
-#default:
-# localcipher = md5
-# ypcipher = old
+default:
+ localcipher = sha1
+ ypcipher = old