diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-05-27 21:12:55 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-05-27 21:12:55 +0000 |
commit | 1b3cffbadbe4549db4ceeeb8515c424b23bfb056 (patch) | |
tree | 00611d0b815fe6b7afd37d00f90b211896fa9905 /share | |
parent | 649b0910241c404e6756a46207080cacb13af0b5 (diff) |
support ":" prefix as group name, as username can contain ".".
(still support "." as welll). passwd.conf support will go away in a
couple of months anyways... ok by millert
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/passwd.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/passwd.conf.5 b/share/man/man5/passwd.conf.5 index d8b5edde693..0baaddcfdcb 100644 --- a/share/man/man5/passwd.conf.5 +++ b/share/man/man5/passwd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: passwd.conf.5,v 1.14 2001/09/03 19:20:24 millert Exp $ +.\" $OpenBSD: passwd.conf.5,v 1.15 2002/05/27 21:12:54 itojun Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -56,8 +56,8 @@ If no user or group stanza to a specific option is available, the default stanza is used. .Pp To differentiate between user and group stanzas, groups are prefixed -with a single dot -.Pq Ql \&. . +with a colon +.Pq Ql \&: . .Pp Some fields and their possible values that can appear in this file are: .Bl -tag -width localcipher @@ -109,7 +109,7 @@ The old Unix crypt is used as YP cipher: root: localcipher = blowfish,7 - .wheel: + :wheel: localcipher = blowfish,5 .Ed .Sh FILES |