View Single Post
  #4  
Old 08-11-2006, 09:38 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
Hi Bob,

You can search for "OpenLDAP MySQL", probably not as easy as using LiteSpeed. :-)

Instead of using LDAP, you can write a customized Fast CGI authorizer using your favorite DB as backend for authentication.

Due the license restriction, we cannot implement some thing like mod_dbd inside LiteSpeed, have to run the DB access part out of process and talk to LiteSpeed via socket connections.
Reply With Quote