wsgidav.dc.pam_dc.PAMDomainController¶
- class wsgidav.dc.pam_dc.PAMDomainController(wsgidav_app, config)[source]¶
Bases:
BaseDomainController
A domain controller MAY list these values as environ["wsgidav.auth.permissions"] = (<permission>, ...)
A DC may list these values as environ["wsgidav.auth.roles"] = (<role>, ...)
PAMDomainController.basic_auth_user
(realm, ...)Check request access permissions for realm/user_name/password.
PAMDomainController.digest_auth_user
(realm, ...)Check access permissions for realm/user_name.
Return the normalized realm name for a given URL.
PAMDomainController.is_share_anonymous
(path_info)Return true if anonymous access will be granted to the share path.
Return False to disable authentication for this request.
Signal if this DC instance supports the HTTP digest authentication theme.