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

(ITS#6056) Samba4 breaks OpenLDAP over ldapi



Full_Name: Andrew Bartlett
Version: CVS HEAD
OS: Fedora 10
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (59.167.251.137)


Samba4's provision and 'make test' seems to create some internal situation in
OpenLDAP slapd where it will not accept any more connections over ldapi:///

This is best seen by building Samba4, and running

TEST_LDAP=yes OPENLDAP_ROOT=/usr/local make test

The slapd does not crash, but simply stops accepting new connections.  Samba4
currently then crashes due to some other bug (the LDAP backend not responding is
clearly untested code in Samba4).

It isn't a Samba4 client bug, as ldapsearch also fails to respond.

This seems very, very similar to ITS#5261