You could also use mod_auth_any and write a quick script that does the authentication.
Also, until you get to 40,000 members or so auth dbm will usually be faster than a real database. It would also probably be fairly easy to port one of the auth_db modules to sapdb, especially if you are a C programmer anyways. And if you are using perl, you can use mod_perl and write your own authentication handler using cached database handles. Chris ----- Original Message ----- From: "Albert Steckenborn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 17, 2003 1:48 PM Subject: Developer Question MAXDB/MYSQL maxdb-Proxy and auth_mysql > Hi folks, > > is it possible (future Version) to connect with auth_mysql and the maxdb > proxy against the maxdb (HTTP-Authentification against MAXDB > Database)??? > > We need this for a upcoming big project. > > Could you tell me a time range when the maxdb 7.5.00.>=8 is coming up as > production release? > > A lot of thanks in advance. > > Albert > > > -- > MaxDB Discussion Mailing List > For list archives: http://lists.mysql.com/maxdb > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] > > -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
