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

Bug in LDAP-libs? (ITS#1426)



Full_Name: Oliver Tschaeche
Version: 2.0.11
OS: Solaris 8
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (62.128.10.236)


Using OpenLDAP 2.0.11 with OpenSSL 0.9.6a and nss_ldap Modules Version 172
under Solaris 8.

Everything works perfectly only cron works only for the first job it forks.

Debugging shows that all other jobs break with a SIG-PIPE after a write to
a file descriptor which should be connected to the secure port of an
LDAP-Server.

Tracing the first child (forked by cron) shows that it does not only close the
LDAP-Socket-Filedescriptor but calls a shutdown on the socket before closing.

Thus, it's possible, that the bug is in Solaris-Cron. But cron does not know
anything
about LDAP, so i think, the bug is in nss_ldap or other LDAP-Library.