Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > by-pkgid > 20cd527d0d8cd2f0b4f738ff3d9a3958 > files > 1

apache-mod_authn_yubikey-0.1-6mdv2010.0.x86_64.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>