summaryrefslogtreecommitdiffstats
path: root/usr.sbin/adduser
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2003-06-14 22:45:11 +0000
committermillert <millert@openbsd.org>2003-06-14 22:45:11 +0000
commitd015982723d11e585928c5a7565139493a99132a (patch)
treea2c9a4f4343036497c22d644df3a2e4a44c49b27 /usr.sbin/adduser
parentFor moduser(), only do valid_class() check when F_CLASS is set in (diff)
downloadwireguard-openbsd-d015982723d11e585928c5a7565139493a99132a.tar.xz
wireguard-openbsd-d015982723d11e585928c5a7565139493a99132a.zip
Cipher type is set in login.conf, not passwd.conf these days; Otto Moerbeek
Diffstat (limited to 'usr.sbin/adduser')
-rw-r--r--usr.sbin/adduser/adduser.88
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/adduser/adduser.8 b/usr.sbin/adduser/adduser.8
index 5dce1d6f4f3..ca16264e8b7 100644
--- a/usr.sbin/adduser/adduser.8
+++ b/usr.sbin/adduser/adduser.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: adduser.8,v 1.30 2003/06/12 12:59:48 jmc Exp $
+.\" $OpenBSD: adduser.8,v 1.31 2003/06/14 22:45:11 millert Exp $
.\"
.\" Copyright (c) 1995-1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
.\" All rights reserved.
@@ -116,7 +116,7 @@ their owner.
Encrypt local passwords using
.Ar method
of encryption as described in
-.Xr passwd.conf 5 .
+.Xr login.conf 5 .
.It Fl group Ar login_group
Specify the default login group.
A value of
@@ -274,7 +274,7 @@ This value is generated automatically, but can be specified at the
discretion of the person invoking the program.
.It Sy password
If not empty, the password is encrypted according to
-.Xr passwd.conf 5 .
+.Xr login.conf 5 .
If empty, the account will be automatically disabled to prevent spurious
access to it.
.El
@@ -395,7 +395,7 @@ Do not send a welcome message.
.Xr group 5 ,
.Xr login.conf 5 ,
.Xr passwd 5 ,
-.Xr passwd.conf 5 ,
+.Xr login.conf 5 ,
.Xr shells 5 ,
.Xr nologin 8 ,
.Xr pwd_mkdb 8 ,