diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-06-17 10:13:15 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-06-17 10:13:15 +0000 |
commit | 4fa365e5f68d2c3c6707044db9557cc80667ebe7 (patch) | |
tree | f28c89956c0a3617aa7cdf18b1f1133be83c7e10 /libexec/rpc.yppasswdd/rpc.yppasswdd.8 | |
parent | 1e5d8b4f0d89c2f7dff323f6dacc2d5c47c7d54e (diff) |
Add a -d flag which takes the directory where the YP password files are.
This change makes it possible to separate the host's passwords from the ones
served to YP clients.
Diffstat (limited to 'libexec/rpc.yppasswdd/rpc.yppasswdd.8')
-rw-r--r-- | libexec/rpc.yppasswdd/rpc.yppasswdd.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libexec/rpc.yppasswdd/rpc.yppasswdd.8 b/libexec/rpc.yppasswdd/rpc.yppasswdd.8 index 0516252cc31..e480178b012 100644 --- a/libexec/rpc.yppasswdd/rpc.yppasswdd.8 +++ b/libexec/rpc.yppasswdd/rpc.yppasswdd.8 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rpc.yppasswdd.8,v 1.5 1996/10/23 18:55:31 deraadt Exp $ +.\" $Id: rpc.yppasswdd.8,v 1.6 1997/06/17 10:13:12 niklas Exp $ .\" .Dd July 3, 1994 .Dt RPC.YPPASSWDD 8 @@ -37,6 +37,7 @@ .Nd YP update password file daemon .Sh SYNOPSIS .Nm rpc.yppasswdd +.Op Fl d Ar directory .Op Fl noshell .Op Fl nogecos .Op Fl nopw @@ -47,7 +48,7 @@ must be running on the YP master server to allow users to change information in the password file. If the user needs to change his password this is normally done with a program called .Nm yppasswd . -This program doesn't exists in OpenBSD but is integrated into +This program doesn't exist in OpenBSD but is integrated into .Xr passwd 1 . .Nm passwd will automatically determine which password database should @@ -64,6 +65,9 @@ exists then messages will be written to the file. .Pp The options are as follows: .Bl -tag -width indent +.It Fl d Ar directory +Use the specified directory to get at the password-related files instead +of /etc. .It Fl noshell Don't allow changes of the shell field in the passwd file. .It Fl nogecos |