Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release-src > by-pkgid > 136f7561107e1c618f16ee5592e6b17d > files > 1

apache-mod_auth_cert-0.3-4mdv2009.1.src.rpm

<IfDefine HAVE_AUTH_CERT>
    <IfModule !mod_auth_cert.c>
	LoadModule cert_auth_module	extramodules/mod_auth_cert.so
    </IfModule>
</IfDefine>

<IfModule mod_auth_cert.c>

    # CertAuthMapFile - Text file containing user ID to Subject DN mappings

    # CertAuthAuthoritative - Set to 'off' to allow access control to be passed
    # along to lower modules if the UserID is not known to this module

    # CertAuthSetAuthorization - Set to 'off' if this module should not set a
    # authorization header.

</IfModule>