> > i'm interested in using authldap with sqwebmail.  from what i understand
> > from this mailing list and the INSTALL file, it looks like openldap is
> > required for the use of authldap.  is there any provision (or workaround)
> > to use another set of ldap libraries?
>
> If for some reason you dislike OpenLDAP libraries, Mozilla LDAP SDK should
> be compatible with OpenLDAP devel libs. I've compiled with both libraries
> in the past with no problems. For instance example programs shipping with
> Mozilla SDK compile with OpenLDAP libraries and vice-versa. People running
> Netscape Directory Server may already have the SDK libraries, and not
> bother installing OpenLDAP libraries.

hmm - that's exactly what i'm trying to do (use netscape directory server + 
csdk)  

i'm doing this in a pretty vanilla way:

CPPFLAGS="-I/usr/local/ldap/csdk-50/include"
LDFLAGS="-L/usr/local/ldap/csdk-50/lib"
export CPPFLAGS
export LDFLAGS
./configure --with-module=authldap

but i still end up without an authdaemond.ldap.

i've had the same experience with (usually) compatibility between the 
openldap libs and the csdk.  i'll try using an older version of the sdk, and 
see if that helps.

anybody have any decent ideas on a more scientific method of figuring this 
one out?

thanks-

dan

Reply via email to