Quanah Gibson-Mount wrote: > > >> Did you change your LDAP port from 389 (clear text connection) to 636 >> (SSL >> connection)? > > Port 389 is not necessarily clear text, as LDAP V3 supports TLS over > 389. Just to be clear.
But if someone uses LDAP URL schema ldaps:// without specifying a port number the port 636 is assumed as default. You would send a startTLS ext op over a connection specified by LDAP URL scheme ldap://. Ciao, Michael.
