aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-08-15 20:05:33 +0000
committerMark Murray <markm@FreeBSD.org>2001-08-15 20:05:33 +0000
commitca0bdcdd29435ccaab5aa0c347f43c5a08031b16 (patch)
tree0a673b3dbc6d61e6c663796e2ea0dad660a68645 /lib
parentb5507a38bceb796f16d08acc64bf8b22f922222e (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libpam/modules/pam_deny/pam_deny.87
-rw-r--r--lib/libpam/modules/pam_ftp/pam_ftp.87
-rw-r--r--lib/libpam/modules/pam_krb5/pam_krb5.85
-rw-r--r--lib/libpam/modules/pam_nologin/pam_nologin.87
-rw-r--r--lib/libpam/modules/pam_rootok/pam_rootok.87
-rw-r--r--lib/libpam/modules/pam_securetty/pam_securetty.87
-rw-r--r--lib/libpam/modules/pam_wheel/pam_wheel.85
7 files changed, 40 insertions, 5 deletions
diff --git a/lib/libpam/modules/pam_deny/pam_deny.8 b/lib/libpam/modules/pam_deny/pam_deny.8
index 037c38abd9be6..d9544be9b09f6 100644
--- a/lib/libpam/modules/pam_deny/pam_deny.8
+++ b/lib/libpam/modules/pam_deny/pam_deny.8
@@ -62,12 +62,17 @@ and to
unwanted functionality.
.Pp
The following options may be passed to the module:
-.Bl -tag -width ".Cm debug"
+.Bl -tag -width ".Cm no_warn"
.It Cm debug
.Xr syslog 3
debugging information at
.Dv LOG_DEBUG
level.
+.It Cm no_warn
+suppress warning messages to the user.
+These messages include
+reasons why the user's
+authentication attempt was declined.
.El
.Sh SEE ALSO
.Xr syslog 3 ,
diff --git a/lib/libpam/modules/pam_ftp/pam_ftp.8 b/lib/libpam/modules/pam_ftp/pam_ftp.8
index df312724e8d22..5be1070671afa 100644
--- a/lib/libpam/modules/pam_ftp/pam_ftp.8
+++ b/lib/libpam/modules/pam_ftp/pam_ftp.8
@@ -69,12 +69,17 @@ This module is intended for the
service.
.Pp
The following options may be passed to the authentication module:
-.Bl -tag -width ".Cm no_anon"
+.Bl -tag -width ".Cm no_warn"
.It Cm debug
.Xr syslog 3
debugging information at
.Dv LOG_DEBUG
level.
+.It Cm no_warn
+suppress warning messages to the user.
+These messages include
+reasons why the user's
+authentication attempt was declined.
.It Cm no_anon
Disallow anonymous access.
.It Cm ignore
diff --git a/lib/libpam/modules/pam_krb5/pam_krb5.8 b/lib/libpam/modules/pam_krb5/pam_krb5.8
index d5effa88aee85..c2d9d408d2957 100644
--- a/lib/libpam/modules/pam_krb5/pam_krb5.8
+++ b/lib/libpam/modules/pam_krb5/pam_krb5.8
@@ -66,6 +66,11 @@ The following options may be passed to the authentication module:
debugging information at
.Dv LOG_DEBUG
level.
+.It Cm no_warn
+suppress warning messages to the user.
+These messages include
+reasons why the user's
+authentication attempt was declined.
.It Cm use_first_pass
If the authentication module is not the first in the stack,
and a previous module obtained the user's password, that password is
diff --git a/lib/libpam/modules/pam_nologin/pam_nologin.8 b/lib/libpam/modules/pam_nologin/pam_nologin.8
index 2059cda4f7bdd..7b56b25496dd6 100644
--- a/lib/libpam/modules/pam_nologin/pam_nologin.8
+++ b/lib/libpam/modules/pam_nologin/pam_nologin.8
@@ -63,12 +63,17 @@ to non-superusers
before failure is returned.
.Pp
The following options may be passed to the authentication module:
-.Bl -tag -width ".Cm debug"
+.Bl -tag -width ".Cm no_warn"
.It Cm debug
.Xr syslog 3
debugging information at
.Dv LOG_DEBUG
level.
+.It Cm no_warn
+suppress warning messages to the user.
+These messages include
+reasons why the user's
+authentication attempt was declined.
.El
.Sh SEE ALSO
.Xr syslog 3 ,
diff --git a/lib/libpam/modules/pam_rootok/pam_rootok.8 b/lib/libpam/modules/pam_rootok/pam_rootok.8
index 3beeb6302221c..4203fbd246b73 100644
--- a/lib/libpam/modules/pam_rootok/pam_rootok.8
+++ b/lib/libpam/modules/pam_rootok/pam_rootok.8
@@ -57,12 +57,17 @@ if
returns 0.
.Pp
The following options may be passed to the authentication module:
-.Bl -tag -width ".Cm debug"
+.Bl -tag -width ".Cm no_warn"
.It Cm debug
.Xr syslog 3
debugging information at
.Dv LOG_DEBUG
level.
+.It Cm no_warn
+suppress warning messages to the user.
+These messages include
+reasons why the user's
+authentication attempt was declined.
.El
.Sh SEE ALSO
.Xr getuid 2 ,
diff --git a/lib/libpam/modules/pam_securetty/pam_securetty.8 b/lib/libpam/modules/pam_securetty/pam_securetty.8
index 3645494d4e90b..efc931e25ae9f 100644
--- a/lib/libpam/modules/pam_securetty/pam_securetty.8
+++ b/lib/libpam/modules/pam_securetty/pam_securetty.8
@@ -69,12 +69,17 @@ has the
flag set.
.Pp
The following options may be passed to the authentication module:
-.Bl -tag -width ".Cm debug"
+.Bl -tag -width ".Cm no_warn"
.It Cm debug
.Xr syslog 3
debugging information at
.Dv LOG_DEBUG
level.
+.It Cm no_warn
+suppress warning messages to the user.
+These messages include
+reasons why the user's
+authentication attempt was declined.
.El
.Sh SEE ALSO
.Xr getttynam 3 ,
diff --git a/lib/libpam/modules/pam_wheel/pam_wheel.8 b/lib/libpam/modules/pam_wheel/pam_wheel.8
index db966951b3012..a25b1a2c54ab0 100644
--- a/lib/libpam/modules/pam_wheel/pam_wheel.8
+++ b/lib/libpam/modules/pam_wheel/pam_wheel.8
@@ -61,6 +61,11 @@ The following options may be passed to the authentication module:
debugging information at
.Dv LOG_DEBUG
level.
+.It Cm no_warn
+suppress warning messages to the user.
+These messages include
+reasons why the user's
+authentication attempt was declined.
.It Cm auth_as_self
check for
.Dq Li wheel