summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 037c38abd9be..d9544be9b09f 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 df312724e8d2..5be1070671af 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 d5effa88aee8..c2d9d408d295 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 2059cda4f7bd..7b56b25496dd 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 3beeb6302221..4203fbd246b7 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 3645494d4e90..efc931e25ae9 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 db966951b301..a25b1a2c54ab 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