Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 8df005220093e10effd6d8d0391e6f36 > files > 1

apache-mod_authz_unixgroup-1.0.2-3mdv2010.1.x86_64.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>