diff options
author | Jason Peel <jsyn@cvs.openbsd.org> | 2003-05-14 06:42:10 +0000 |
---|---|---|
committer | Jason Peel <jsyn@cvs.openbsd.org> | 2003-05-14 06:42:10 +0000 |
commit | e125ede3d9f093a4a882fbb9826665a9029f408b (patch) | |
tree | 14304d5d5b30812dfc5f48a9795e086edbd2eaf1 /usr.sbin | |
parent | 4b41da7aafd798414767c52f18e08da20323ba4e (diff) |
Mention that without a password being specified, the account is disabled
by default. Idea from Ross.Richardson@utas.edu.au, discussed with
millert@; closes PR 3257.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/user/useradd.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/user/useradd.8 b/usr.sbin/user/useradd.8 index ba0dda6872d..a50c0316894 100644 --- a/usr.sbin/user/useradd.8 +++ b/usr.sbin/user/useradd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: useradd.8,v 1.14 2002/11/09 02:55:45 fgsch Exp $ +.\" $OpenBSD: useradd.8,v 1.15 2003/05/14 06:42:09 jsyn Exp $ .\" $NetBSD: useradd.8,v 1.10 2001/02/21 12:16:07 agc Exp $ .\" .\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved. @@ -244,6 +244,8 @@ field in the .Pa /etc/usermgmt.conf file - it has the format: .D1 Ic password Ar encrypted-password +.Pp +If this option is not specified, the account will be disabled by default. .It Fl s Ar shell specifies the login shell for the new user. This value can be preset for all users |