[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: OpenLDAP + SASL



Quanah Gibson-Mount <quanah@stanford.edu> wrote:
>
>
>
>--On Friday, May 07, 2004 1:41 AM -0400 Matt Heitzenroder 
><matt@roderco.net> wrote:
>
>> Hi Everyone,
>>
>> We?re having some problems with OpenLDAP+SASL.  We?ve checked through
>> the list logs, but still haven?t gotten very far.
>>
>> Versions:
>> LDAPv3
>> SASLv2
>> Libsaslv2
>>
>> The OS is Debian.
>>
>> Output of commands:
>> Not quite sure what?s going wrong where.  It almost seems like SASL
>> isn?t there or isn?t working properly.
>>
>> Any help is greatly appreciated.
>
>Have you run "ldd" on slapd to see if it was compiled against SASL?  Did 
>you compile LDAP yourself? What version of OpenLDAP are you using?  What 
>version of cyrus SASL?
>
>--Quanah
>
>--
>Quanah Gibson-Mount
>Principal Software Developer
>ITSS/TSS/Computing Systems
>ITSS/TSS/Infrastructure Operations
>Stanford University
>GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html
>
>


Hey Quanah, yes i did compile it against SASL.  Here's the output of ldd:
debian:/# ldd /usr/sbin/slapd
        libldap_r.so.2 => /usr/lib/libldap_r.so.2 (0x4001d000)
        liblber.so.2 => /usr/lib/liblber.so.2 (0x40052000)
        libdb-4.1.so => /usr/lib/libdb-4.1.so (0x4005e000)
        libiodbc.so.2 => /usr/lib/libiodbc.so.2 (0x40120000)
        libslp.so.1 => /usr/lib/libslp.so.1 (0x4015f000)
        libm.so.6 => /lib/libm.so.6 (0x4016b000)
        libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x4018d000)
        libgnutls.so.7 => /usr/lib/libgnutls.so.7 (0x401a1000)
        libtasn1.so.0 => /usr/lib/libtasn1.so.0 (0x401d8000)
        libgcrypt.so.1 => /usr/lib/libgcrypt.so.1 (0x401e7000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x40224000)
        libz.so.1 => /usr/lib/libz.so.1 (0x40239000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x4024a000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x40277000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x40289000)
        libltdl.so.3 => /usr/lib/libltdl.so.3 (0x402db000)
        libdl.so.2 => /lib/libdl.so.2 (0x402e2000)
        libwrap.so.0 => /lib/libwrap.so.0 (0x402e5000)
        libc.so.6 => /lib/libc.so.6 (0x402ed000)
        libiodbcinst.so.2 => /usr/lib/libiodbcinst.so.2 (0x40420000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
debian:/#

I'm using openldap2-2.1.23 and cyrus-sasl-1.5.28

Thanks in advanced...
Matt