Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > c5d14e9e75a9407d211d60b755ed49e9 > files > 1

apache-mod_auth_pubtkt-0.5-4mdv2010.1.x86_64.rpm

<IfDefine HAVE_AUTH_PUBTKT>
    <IfModule !mod_auth_pubtkt.c>
	LoadModule auth_pubtkt_module	extramodules/mod_auth_pubtkt.so
    </IfModule>
</IfDefine>

<IfModule mod_auth_pubtkt.c>

    # URL to redirect to if authentication fails
    #TKTAuthLoginURL

    # URL to redirect to if cookie times-out
    #TKTAuthTimeoutURL

    # URL to redirect to if cookie times-out doing a POST
    #TKTAuthPostTimeoutURL

    # URL to redirect to if valid user without required token
    #TKTAuthUnauthURL

    # name to use for ticket cookie
    #TKTAuthCookieName

    # name to use for back url argument (NULL for none)
    #TKTAuthBackArgName

    # whether to refuse non-HTTPS requests
    #TKTAuthRequireSSL

    # token required to access this area (NULL for none)
    #TKTAuthToken

    # public key file to use in MD5 digest
    #TKTAuthPublicKey

    # debug level (1-3, higher for more debug output)
    #TKTAuthDebug

</IfModule>