summaryrefslogtreecommitdiffstats
path: root/lib/libpam
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-08-15 20:05:33 +0000
committermarkm <markm@FreeBSD.org>2001-08-15 20:05:33 +0000
commit78c5ea3c24dc0dbddde7e16a3639dee878ca5bd4 (patch)
tree0a673b3dbc6d61e6c663796e2ea0dad660a68645 /lib/libpam
parent0261d9dad29b5edc922a78f19cacbf640cc6ef69 (diff)
downloadFreeBSD-src-78c5ea3c24dc0dbddde7e16a3639dee878ca5bd4.zip
FreeBSD-src-78c5ea3c24dc0dbddde7e16a3639dee878ca5bd4.tar.gz
Document the no_warn option.
Diffstat (limited to 'lib/libpam')
-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 037c38a..d9544be 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 df31272..5be1070 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 d5effa8..c2d9d40 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 2059cda..7b56b25 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 3beeb63..4203fbd 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 3645494..efc931e 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 db96695..a25b1a2 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
OpenPOWER on IntegriCloud