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

sasl_server_new() error with sasl-2.1.2 (ITS#1722)



Full_Name: Anthony Brock
Version: 2.X-Devel
OS: Solaris 8
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (209.170.224.27)


I see the following in the output when running slapd with "-d -1":

slapd startup: initiated.
bdb_db_open: dbenv_open(/usr/local/var/openldap-ldbm)
slapd starting
sasl_server_new failed: -7
connection_get(14): got connid=0


This happens EVERYTIME. When I query the server, I see:

# ldapsearch -H ldap://scripts.georgefox.edu/ -x -b "" -s base -LLL
supportedSASLMechanisms
dn:

# 

However, this does NOT occur when using SASL version 1.5.27. I configured on a
Solaris 8 machine with:

CPPFLAGS="-I/usr/local/include -I/usr/local/BerkeleyDB/include
-I/usr/local/ssl/include" \
LDFLAGS="-L/usr/local/lib -R/usr/local/lib -L/usr/local/BerkeleyDB/lib
-L/usr/local/ssl/lib" \
CFLAGS="-xO3 -xtarget=native -Xa -xdepend" \
./configure \
--disable-cleartext \
--enable-bdb \
--with-cyrus-sasl \
--with-tls \
--with-kerberos=k5only \
--enable-kpasswd \
--enable-aci \
--enable-lmpasswd \
--enable-syslog \
--enable-referrals