Hide Forgot
Created attachment 486125 [details] Reproducer Description of problem: When SSL/TLS is enabled in nss-pam-ldapd and service nslcd is not started in debug mode (i.e. with option -d), then SSL/TLS does not work. In debug mode it works fine. Version-Release number of selected component (if applicable): nss-pam-ldapd-0.7.5-3.el6 How reproducible: Steps to Reproduce: 1. Install beakerlib 2. Execute attached test: bash runtest.sh + test will setup slapd listening on both ldap:// and ldaps:// + configure nss-pam-ldapd to use TLS + query server via getent Actual results: Query fails (exit code 2). Expected results: Query pass (exit code 0). Additional info: If 'service nslcd start' is replaced by '/usr/sbin/nslcd', it still does not work. But if '/usr/sbin/nslcd -d' is used, then query passes.
There was a flaw in the test, it is now passing. Sorry :-). Closing as not-a-bug.