The current ebuild does not set the configure variable required to bind to
openldap via gssapi.
Instead of binding using the configured (in ldap.conf) principal, it binds as
anonymous. This break a configuration where simple bind is not allowed to
openldap.
Reproducible: Always
Steps to Reproduce:
1.Use a configuration similar to this (look at last 5 options in ldap.conf)
http://www.nabble.com/Re:-nss_ldap-using-sasl-with-gssapi.-Kerberos-credentials-cache%09problem-Scanned--t2270116.html
2.
3.
Actual Results:
Sasl bind does not work (as it does not use/find cache credentials)
Expected Results:
It should use the configured cache credentials.