MFP4: (#78672) markup nits.

Submitted by:	ru
Approved by:	re (kensmith)
This commit is contained in:
Dag-Erling Smørgrav 2005-06-17 14:35:37 +00:00
parent 556dce83d8
commit 05640c12fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/openpam/dist/; revision=147460

View file

@ -28,7 +28,7 @@
.\"
.\" $P4: //depot/projects/openpam/doc/man/pam.conf.5#2 $
.\"
.Dd June 9, 2005
.Dd June 16, 2005
.Dt PAM.CONF 5
.Os
.Sh NAME
@ -56,7 +56,7 @@ policy is used instead, if it exists.
Entries in per-service policy files must be of one of the two forms
below:
.Bd -unfilled -offset indent
.Ar function-class Ar control-flag Ar module-path Op Ar arguments ...
.Ar function-class control-flag module-path Op Ar arguments ...
.Ar function-class Cm include Ar other-service-name
.Ed
.Pp
@ -66,13 +66,15 @@ policy files are of the same form, but are prefixed by an additional
field specifying the name of the service they apply to.
.Pp
In both types of policy files, blank lines are ignored, as is anything
to the right of a `#' sign.
to the right of a
.Ql #
sign.
.Pp
The
.Ar function-class
field specifies the class of functions the entry applies to, and is
one of:
.Bl -tag -width "password"
.Bl -tag -width ".Cm password"
.It Cm auth
Authentication functions
.Po
@ -98,7 +100,7 @@ The
field determines how the result returned by the module affects the
flow of control through (and the final result of) the rest of the
chain, and is one of:
.Bl -tag -width "sufficient"
.Bl -tag -width ".Cm sufficient"
.It Cm required
If this module succeeds, the result of the chain will be success
unless a later module fails.
@ -163,9 +165,11 @@ modify each and every service-specific policy.
.%D "June 1997"
.Re
.Sh AUTHORS
The OpenPAM library was developed for the FreeBSD Project by ThinkSec
The OpenPAM library was developed for the
.Fx
Project by ThinkSec
AS and Network Associates Laboratories, the Security Research Division
of Network Associates, Inc. under DARPA/SPAWAR contract
of Network Associates, Inc.\& under DARPA/SPAWAR contract
N66001-01-C-8035
.Pq Dq CBOSS ,
as part of the DARPA CHATS research program.