Re: [phplib] LDAP and Phplib Setup From: Jan Kneschke (jk <email protected>)
Date: 12/13/00

Kartic Krishnamurthy schrieb:
> Hello,
>
> Does anyone have experience using LDAP as the container for Phplib?
>
> In the phplib/stuff directory there are slapd.conf and ldap.ldif sample
> files to help setting up the slapd server to store phplib info. But I
> already have an slapd server running with a suffix for my domain. How can
> I use both the phplib slapd.conf and my slapd.conf? Must I run a second
> LDAP listener for PHPLIB?

if you want to use ldap for authentification only, don't have to change
your slapd.conf. i have a ldap setup running which uses ldap for auth and
permission handling and a mysql database for the session handling.

this combination works really great. it was a design decission to use a
mysql for the session handling as a ldap server is not written for multiple
write accesses.

changing the auth and perm class was 't that hard. you just have to extend
the auth class. a example is in the phplib branch in the cvs.
 
> Thanks,
> --Kartic

-- 
Jan Kneschke
NetUSE AG
Siemenswall, D-24107 Kiel, Germany
Fon: +49 431 386435 00  --  Fax: +49 431 386435 99

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>