Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 855bb83d1efa5226707f58bc077da4c8 > files > 1

apache-mod_auth_cert-0.3-6mdv2010.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>