On Mon, May 12, 2008 at 12:44 PM, Travis Sidelinger
<[EMAIL PROTECTED]> wrote:
> Any know an easy method to provide 2-factor authentication in Apache?
>
> I'd like to require both a group name+password and a user name+password.
> (or simply just two user accounts)
>
> I think this could be implem
Travis Sidelinger wrote:
Any know an easy method to provide 2-factor authentication in Apache?
I'd like to require both a group name+password and a user name+password.
(or simply just two user accounts)
I think this could be implemented via mod_proxy, or by writing a CGI
program to handle al
Any know an easy method to provide 2-factor authentication in Apache?
I'd like to require both a group name+password and a user name+password. (or simply just two user
accounts)
I think this could be implemented via mod_proxy, or by writing a CGI program to handle all the
authentication. Tho