Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 4fe1df939f5bf3767d5bbe766a9322d5 > files > 1

apache-mod_auth_form-2.05-9mdv2010.0.i586.rpm

<IfDefine HAVE_AUTH_FORM>
    <IfModule !mod_auth_form.c>
	LoadModule auth_form_module	extramodules/mod_auth_form.so
    </IfModule>
</IfDefine>

<IfModule mod_auth_form.c>

    # AuthFormMySQLHost - mysql server host name

    # AuthFormMySQLPort - mysql server port number

    # AuthFormMySQLSocket - mysql server socket file

    # AuthFormMySQLSSL - enable SSL for mysql connection

    # AuthFormMySQLSSLKey - mysql client certificate key file

    # AuthFormMySQLSSLCert - mysql client certificate file

    # AuthFormMySQLSSLCA - path to file listing trusted certificates

    # AuthFormMySQLSSLCAPath - path to directory containing PEM-formatted, trusted certificates

    # AuthFormMySQLSSLCipherList - list of SSL ciphers to allow (in 'openssl ciphers' format)

    # AuthFormMySQLUsername - mysql server user name

    # AuthFormMySQLPassword - mysql server user password

    # AuthFormMySQLDB - mysql database name

    # AuthFormMySQLTableSID - mysql session table

    # AuthFormMySQLTableSIDCondition - condition used in session validation

    # AuthFormMySQLTableGID - mysql group table

    # AuthFormMySQLTableGIDCondition - condition to add to where-clause in group table queries

    # AuthFormMySQLTableTracking - mysql tracking table

    # AuthFormMySQLTableTrackingCondition - condition to add to where-clause in tracking table queries

    # AuthFormMySQLFieldUID - mysql username field within group, session, and tracking tables

    # AuthFormMySQLFieldGID - mysql group field within group table

    # AuthFormMySQLFieldTimeout - mysql session timeout date field within session table

    # AuthFormMySQLFieldExpiration - mysql session expiration date field within session table

    # AuthFormMySQLFieldIPAddress - mysql client IP address field within tracking table

    # AuthFormMySQLFieldDownloadDate - mysql download date field within tracking table

    # AuthFormMySQLFieldDownloadPath - mysql download path field within tracking table

    # AuthFormMySQLFieldDownloadSize - mysql download size (in bytes) field within tracking table

    # AuthFormSessionTimeout - session inactivity timeout in minutes

    # AuthFormSessionAutoRefresh - how often in seconds to refresh a current page

    # AuthFormSessionCookies - If On, read from cookies for sessions, else read from the URL query string

    # AuthFormSessionDelete - If On, remove expired sessions.

    # AuthFormTrackingLifetime - life-span (in days) of each tracking record in the tracking table

    # AuthFormPageLogin - (Absolute | Relative) URL location of the login page

    # AuthFormPageExpired - (Absolute | Relative) URL location of the 'session expired' page

    # AuthFormPageNotAllowed - (Absolute | Relative) URL location of the 'user not allowed' page

    # AuthFormPageAutoRefresh - (Absolute | Relative) URL location for the Refresh HTTP header (if applicable)

    # AuthFormLastPageKey - Query-string key containing the last unauthorized URL

    # AuthFormAuthoritative - Whether or not this module handles authorization

</IfModule>