Bug 663485
Summary: | Failed to issue the StartTLS instruction: Connect error | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Zoran Pericic <zpericic> | ||||||||
Component: | openldap | Assignee: | Guenther Deschner <gdeschner> | ||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | low | ||||||||||
Version: | 14 | CC: | bbuesker, gdeschner, jvcelak, mike, rmeggins, ssorce | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | i686 | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2011-01-19 01:51:33 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Attachments: |
|
Description
Zoran Pericic
2010-12-15 22:36:53 UTC
This seams to be libldap-moznss problem. When client connect, samba create new proces and then libldap could not find any CA cert in tls context. Created attachment 470749 [details]
Samba log with ldap debug level = -1 and some debug patches.
Samba log with ldap debug level = -1 and some debug patches.
Created attachment 470750 [details]
Tempoary patch to enahance tls_m.c debbuging.
Tempoary patch to enahance tls_m.c debbuging used to create log
Created attachment 470751 [details]
Tempoary patch to enhance samba-ldap debugging
I believe this is the same problem as https://bugzilla.redhat.com/show_bug.cgi?id=636956 - does samba call fork()? There is a workaround - https://bugzilla.redhat.com/show_bug.cgi?id=636956#c36 Yes it is. Thanks. Adding "export NSS_STRICT_NOFORK=DISABLED" to init scripts solve it. (In reply to comment #5) > There is a workaround - https://bugzilla.redhat.com/show_bug.cgi?id=636956#c36 WOoooooooo thank you. I was about to tear my hair out after an hour of not knowing what the problem was. (Fedora 13->14 server upgrade) Closing a few dupes. *** This bug has been marked as a duplicate of bug 636956 *** |