Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 4a308a08f3103e88bfd5952c857b3078 > files > 1

apache-mod_crowd-1.0-3mdv2009.0.src.rpm

<IfDefine HAVE_CROWD>
    <IfModule !mod_crowd.c>
	LoadModule crowd_module	extramodules/mod_crowd.so
    </IfModule>
</IfDefine>

<IfModule mod_crowd.c>

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

    # CrowdAppName - The Application Apache should authenticate as

    # CrowdAppPassword - The password for the Application

    # CrowdSOAPURL - The URL of the Crowd SOAP service

    # CrowdCacheLocation - The directory in which CrowdAuth's local cache is stored. Defaults to /tmp/FileCache if not set.

    # CrowdCacheExpiry - The time (in seconds) before cached authentications in CrowdAuth's local cache expire. Defaults to 300 seconds (5 minutes)

    # CrowdCacheEnabled - Controls whether CrowdAuth caches authentications locally to improve performance. Set to on or off. Caching is on by default

</IfModule>