Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 97066f9542b36e53b2603ef92c5b14ef > files > 1

apache-mod_authz_unixgroup-1.0.2-3mdv2010.1.src.rpm

<IfDefine HAVE_AUTHZ_UNIXGROUP>
    <IfModule !mod_authz_unixgroup.c>
	LoadModule authz_unixgroup_module		extramodules/mod_authz_unixgroup.so
    </IfModule>
</IfDefine>

<IfModule authz_unixgroup.c>

    # AuthzUnixgroup - Set to 'on' to enable unix group checking

    # AuthzUnixgroupAuthoritative - Set to 'off' to allow access control to
    # be passed along to lower modules if this module can't confirm access
    # rights

    # AuthzUnixgroupError - HTTP error code to return when user is not in group
            

</IfModule>