Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > by-pkgid > 45fff0791f3e61f9257d741d815a7778 > files > 1

apache-mod_auth_cert-0.3-5mdv2010.0.x86_64.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>