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 all the authentication. Thou, I'm curious if others have done this.

You would need form based authentication, as the HTTP authentication stack
only supports a single signon.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to