sorry but email administrator always block wrote:
Why my slapd crash when I have login with SASL i am confiure line for slapd is: ./configure --with-cyrus-sasl --enable-sql --enable-hdb=no --enable-bdb=no CPPFLAGS="-I/usr/local/include -I/usr/local/unixODBC/include" LDFLAGS="-L/usr/local/lib -L/usr/local/unixODBC/lib"
slapd work normal if I have loggin to it - if I write bad password - slapd normal working but if i write good login to slapd (correct login and pass) slapd is crash (always if I write correct my login and password ( ldapsearch -I ),
A thought (cos it happened to me years ago): you could be mixing SASL1 and SASL2 libraries. You don't state OS or vendor, but if it's Linux make sure you've included /usr/local/lib in /etc/ld.so.conf or one of the files in /etc/ld.so.conf.d (if you have it) and run ldconfig.
Mixing the two library versions is a common cause of SIGSEGV with programe using them.
--Tonni