[Pkg-fedora-ds-maintainers] Bug#841477: Bug#841477: 389-ds-base: 389 directory server fails to start TLS/SSL

Timo Aaltonen tjaalton at debian.org
Wed Oct 26 19:19:52 UTC 2016


On 26.10.2016 21:29, Michal Kašpar wrote:
> I was trying to debug the problem myself and it seems the SSL
> initialization fails in svrcore_setup function in
> ldap/servers/slapd/ssl.c. The code there tries to call
> SVRCORE_CreateStdSystemdPinObj or SVRCORE_CreateStdPinObj functions
> from libsvrcore0 library based on --with-systemd configure option, so I
> guess it's SVRCORE_CreateStdSystemdPinObj and the function fails.
> I've tried to enable debug for libsvrcore0 to find where exactly it
> fails but without success. 

That's a good catch, because 389 is built with systemd support turned on
and libsvrcore isn't. 389 1.3.5.x added support for the systemd password
agent and it gets enabled but doesn't work because of svrcore..

can you test this package, assuming you have amd64:

http://koti.kapsi.fi/~tjaalton/tmp/libsvrcore0_4.1.2+dfsg1-3_amd64.deb

or build svrcore with this added to debian/rules:

override_dh_auto_configure:
	dh_auto_configure -- \
		--with-systemd

thanks!


-- 
t



More information about the Pkg-fedora-ds-maintainers mailing list