diff options
author | 2003-05-14 06:42:09 +0000 | |
---|---|---|
committer | 2003-05-14 06:42:09 +0000 | |
commit | 68d453de76d5d420929ff3fd56e0279732e838bd (patch) | |
tree | 2ae01d3dd2e148f22214d6516da5c4854cb85e6b | |
parent | Better wording, partly related to recent vis(3) change. (diff) | |
download | wireguard-openbsd-68d453de76d5d420929ff3fd56e0279732e838bd.tar.xz wireguard-openbsd-68d453de76d5d420929ff3fd56e0279732e838bd.zip |
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.
-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 |