Document the no_warn option.

This commit is contained in:
Mark Murray 2001-08-15 20:05:33 +00:00
parent b5507a38bc
commit ca0bdcdd29
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81729
7 changed files with 40 additions and 5 deletions

View file

@ -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 ,

View file

@ -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

View file

@ -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

View file

@ -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 ,

View file

@ -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 ,

View file

@ -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 ,

View file

@ -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