Name
ap_satisfies — return the satisfy setting
Synopsis
int ap_satisfies (request_rec *r)
Returns the setting of satisfy
for the request
r
. This is one of the following:
-
SATISFY_ALL
Must satisfy all authentication requirements (satisfy
all
).
-
SATISFY_ANY
Can satisfy any one of the authentication requirements
(satisfy
any
).