Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release > by-pkgid > cf3c326da32c690631b3dc3fa301a26d > files > 1

apache-mod_crowd-1.0-6mdv2010.1.i586.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>