summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2002-06-26 11:38:44 +0000
committeritojun <itojun@pkgsrc.org>2002-06-26 11:38:44 +0000
commitc8b3b9a791ec6d450e7947e395bdf8b5664f3840 (patch)
tree2e790637724527212b3e74f44a4427f634c8d77a
parent2d17edd062f8de542b709022a703b582502ff08b (diff)
downloadpkgsrc-c8b3b9a791ec6d450e7947e395bdf8b5664f3840.tar.gz
add expiry fields to passwd entry
-rw-r--r--security/openssh/MESSAGE4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/MESSAGE b/security/openssh/MESSAGE
index 3d11d140107..5b9dfb11810 100644
--- a/security/openssh/MESSAGE
+++ b/security/openssh/MESSAGE
@@ -1,5 +1,5 @@
==========================================================================
-$NetBSD: MESSAGE,v 1.5 2002/06/25 12:18:40 itojun Exp $
+$NetBSD: MESSAGE,v 1.6 2002/06/26 11:38:44 itojun Exp $
*===* NOTICE *===*
@@ -13,7 +13,7 @@ You need to create UID sshd, and GID sshd, for privilege separation. For
security reasons, UsePrivilegeSeparation has to be yes (the default value).
For example, add the following into /etc/passwd and /etc/group:
- sshd:*:16:16:sshd privsep:/var/chroot/sshd:/sbin/nologin
+ sshd:*:16:16::0:0:sshd privsep:/var/chroot/sshd:/sbin/nologin
sshd:*:16:
==========================================================================