cookie-based auth and mod_auth_dbm

2000-08-21 Thread Daniel Piczak
I have an application relying on basic authentication, using mod_auth_dbm.c - ie. AuthDBMUserFile and AuthDBMGroupFile. Due to a large userbase, I want to do external authentication of the user's passwords, once per session (in a secure way using SSL). The cookie-based authentication perl module

Re: cookie-based auth and mod_auth_dbm

2000-08-22 Thread Vivek Khera
> "DP" == Daniel Piczak <[EMAIL PROTECTED]> writes: DP> I have an application relying on basic authentication, using DP> mod_auth_dbm.c - ie. AuthDBMUserFile and AuthDBMGroupFile. DP> Due to a large userbase, I want to do external authentication of the user's DP> passwords, once per session (