Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpam/modules/pam_unix Remove references to local_pass ...
details: https://anonhg.NetBSD.org/src/rev/8be51185e48a
branches: trunk
changeset: 574286:8be51185e48a
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Feb 26 15:33:24 2005 +0000
description:
Remove references to local_pass and nis_pass. Add description of
passwd_db option of the password management module.
diffstat:
lib/libpam/modules/pam_unix/pam_unix.8 | 45 ++++++++++++++++++---------------
1 files changed, 25 insertions(+), 20 deletions(-)
diffs (66 lines):
diff -r c6f81708487c -r 8be51185e48a lib/libpam/modules/pam_unix/pam_unix.8
--- a/lib/libpam/modules/pam_unix/pam_unix.8 Sat Feb 26 15:11:26 2005 +0000
+++ b/lib/libpam/modules/pam_unix/pam_unix.8 Sat Feb 26 15:33:24 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pam_unix.8,v 1.4 2005/02/26 15:16:27 thorpej Exp $
+.\" $NetBSD: pam_unix.8,v 1.5 2005/02/26 15:33:24 thorpej Exp $
.\" Copyright (c) 2001 Mark R V Murray
.\" All rights reserved.
.\" Copyright (c) 2001 Networks Associates Technology, Inc.
@@ -121,17 +121,21 @@
then this option
will forgo password prompting,
and silently allow authentication to succeed.
-.It Cm local_pass
-Use only the local password database,
-even if NIS is in use.
-This will cause an authentication failure
-if the system is configured
-to only use NIS.
-.It Cm nis_pass
-Use only the NIS password database.
-This will cause an authentication failure
-if the system is not configured
-to use NIS.
+.\" XXX This is not currently implemented. It's debatable whether or not
+.\" XXX it should be.
+.\" .It Cm passwd_db Ns = Ns Ar name
+.\" Use only the specified password database.
+.\" Valid password database names are:
+.\" .Bl -tag -width files
+.\" .It files
+.\" local password file
+.\" .It nis
+.\" NIS password database
+.\" .El
+.\" .Pp
+.\" If the user does not exist in the specified password database or if the
+.\" system is not configured to use the specified password database, an
+.\" authentication failure will occur.
.El
.Ss Ux Ss Account Management Module
The
@@ -173,14 +177,15 @@
These messages include
reasons why the user's
authentication attempt was declined.
-.It Cm local_pass
-forces the password module
-to change a local password
-in favour of a NIS one.
-.It Cm nis_pass
-forces the password module
-to change a NIS password
-in favour of a local one.
+.It Cm passwd_db Ns = Ns Ar name
+Change the user's password only the specified password database.
+Valid password database names are:
+.Bl -tag -width files
+.It files
+local password file
+.It nis
+NIS password database
+.El
.El
.Sh FILES
.Bl -tag -width ".Pa /etc/master.passwd" -compact
Home |
Main Index |
Thread Index |
Old Index