Lines Matching +full:pam +full:- +full:enabled
1 .\"-
2 .\" Copyright (c) 2005-2025 Dag-Erling Smørgrav
33 .Nm pam.conf
34 .Nd PAM policy file format
36 The PAM library searches for policies in the following files, in
38 .Bl -enum
40 .Pa /etc/pam.d/ Ns Ar service-name
42 .Pa /etc/pam.conf
44 .Pa /usr/local/etc/pam.d/ Ns Ar service-name
46 .Pa /usr/local/etc/pam.conf
54 Entries in per-service policy files must be of one of the two forms
56 .Bd -unfilled -offset indent
57 .Oo "-" Oc Ns Ar facility control-flag module-path Op Ar arguments ...
58 .Oo "-" Oc Ns Ar facility Cm include Ar other-service-name
62 .Pa pam.conf Ns -style
75 .Bl -tag -width 12n
99 .Pq Ql - ,
102 .Ar control-flag is
110 .Ar control-flag
114 .Bl -tag -width 12n
155 .Ar module-path
157 If only the name is specified, the PAM library will search for it in
159 .Bl -enum
172 .Ar other-system-name )
174 This allows one to define system-wide policies which are then included
175 into service-specific policies.
176 The system-wide policy can then be modified without having to also
177 modify each and every service-specific policy.
179 .Bf -symbolic
185 Some PAM library functions may alter their behavior when called by a
192 they were already enabled).
194 .Bl -tag -width 12n
210 .Xr pam 3
213 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
221 DARPA/SPAWAR contract N66001-01-C-8035
226 .An Dag-Erling Sm\(/orgrav Aq Mt des@des.dev .