Document the no_warn option.
This commit is contained in:
parent
4f7de5d571
commit
f9589ccdf9
@ -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 ,
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 ,
|
||||
|
@ -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 ,
|
||||
|
@ -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 ,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user