Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 2e14878903da16f66e9abf43505da198 > files > 1

apache-mod_authn_yubikey-0.1-3mdv2009.0.src.rpm

<IfDefine HAVE_AUTHN_YUBIKEY>
    <IfModule !mod_authn_yubikey.c>
	LoadModule authn_yubikey_module		extramodules/mod_authn_yubikey.so
    </IfModule>
</IfDefine>

<IfModule mod_authn_yubikey.c>

    # AuthYubiKeyTmpFile - The temporary filename for authenticated users

    # AuthYubiKeyUserFile - The filename for allowed users

    # AuthYubiKeyTimeout - The timeout when users have to reauthenticate
    # (Default 43200 seconds [12h])

    # AuthYubiKeyExternalErrorPage - If SSL is required display internal error
    # page, or display custom (406) errorpage (Default Off)

    # AuthYubiKeyRequireSecure - Whether or not a secure site is required to
    # pass authentication (Default On)

</IfModule>