-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm doing something wrong here. My objective is to turn off clear text
ldap communications with remote clients and use only tls on a Linux
system that uses ldap auth. Clear text with clients located on the
server is OK.
Questions to be answered:
1. Is ldaps the same as tls? This is to say that if I set ssl start_tls
on the client, and set the ldap uris on slapd to "ldap://127.0.0.1/
ldaps:///" then in theory it *should* communicate ldaps on port 389 and
ldap on port 389 but only on the server. This does not seem to be the
case. What exactly should happen when I change the uri as mentioned?