On Wed, Nov 19, 2014 at 04:09:32PM -0500, Jason Swank wrote:
What about the interface bind conflict when ldap:// is specified? Is that expected behavior?
Yes. ldap:/// binds to port 389 on *all* IPv4 and IPv6 interfaces. If you also have ldap://<hostname>/ then you are trying to bind at least one of those interfaces twice.
Note also that you should be using fully-qualified domain names everywhere. Simple hostnames will not work properly with TLS.
Andrew