[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
slapd/slaptest fail with cyrus-sasl-2.1.25
- To: openldap-technical@openldap.org
- Subject: slapd/slaptest fail with cyrus-sasl-2.1.25
- From: Markus Wernig <listener@wernig.net>
- Date: Sun, 26 Feb 2012 20:55:11 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=wernig.net; s=mail; t=1330286111; bh=JmoA1JPibmrN+Dpmh7kpPAWudU+6z9tFpbC3S2VHWaI=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=HpkUx+YlOz/5KY1fsamSzZSJeeDAM+wMufId+MMvkxYxz6oaj6g2/fC3Q91BrihRi 53Dc8urB9CHMJOC/dGWXp6rIMLNtzoygOPTzSGaEwlbhjXZVwtKlyXonhGt93KvJWq fboN+hW3qzpjEQtpKbFmcQD7fa+umPoKSM3bRvco=
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2
Hello all
I have openldap-2.4.29 on x86 Solaris 11, compiled from source.
It links against cyrus-sasl libraries, also compiled from source. All
was working well with cyrus-sasl-2.1.23. After upgrading sasl to 2.1.25
slapd refuses to start:
# /usr/local/libexec/slapd -d 8
4f4a8bad @(#) $OpenLDAP: slapd 2.4.29 (Feb 26 2012 19:45:45) $
@xfer-srv01:/opt/build.d/openldap-2/tmp/openldap-2.4.29/servers/slapd
4f4a8bad slap_sasl_init: auxprop add plugin failed
4f4a8bad slapd stopped.
4f4a8bad connections_destroy: nothing to destroy.
If i downgrade cyrus-sasl again to 2.1.23, the error does not occur and
slapd works normally without recompiling.
I have seen bug reports about a similar problem with debian, and from
that report (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628237) it
seemed that the problem lies with the sasl library, but should be fixed
in the meantime.
But still, I keep getting that error, and no configuration or
compilation option (apart from totally disabling sasl) will help.
Does anybody have an idea of how I could debug this further? Is this
still a known issue?
Thanks
/markus