"facility" is more appropriate than "function class"
git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@476 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
parent
9b234e1f88
commit
d40a8fb860
1 changed files with 4 additions and 5 deletions
|
@ -56,8 +56,8 @@ policy is used instead, if it exists.
|
||||||
Entries in per-service policy files must be of one of the two forms
|
Entries in per-service policy files must be of one of the two forms
|
||||||
below:
|
below:
|
||||||
.Bd -unfilled -offset indent
|
.Bd -unfilled -offset indent
|
||||||
.Ar function-class control-flag module-path Op Ar arguments ...
|
.Ar facility control-flag module-path Op Ar arguments ...
|
||||||
.Ar function-class Cm include Ar other-service-name
|
.Ar facility Cm include Ar other-service-name
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
Entries in
|
Entries in
|
||||||
|
@ -71,9 +71,8 @@ to the right of a
|
||||||
sign.
|
sign.
|
||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
.Ar function-class
|
.Ar facility
|
||||||
field specifies the class of functions the entry applies to, and is
|
field specifies the facility the entry applies to, and is one of:
|
||||||
one of:
|
|
||||||
.Bl -tag -width ".Cm password"
|
.Bl -tag -width ".Cm password"
|
||||||
.It Cm auth
|
.It Cm auth
|
||||||
Authentication functions
|
Authentication functions
|
||||||
|
|
Loading…
Reference in a new issue