Is there a way to redirect a ldap client to an LDAPS service? Like with http where you can inform a client that requests http:\\something to request https:\\something by sending a 301/302 response.
I've already found ldap referrals but I'm not sure if they are what we're looking for. We want to redirect the client to the LDAPS service before the client tries to authenticate. We could shutdown the LDAP service and wait for users complaining but rather like to log the requests, redirect them and then fix\reconfigure clients as needed some time in the future.
Btw: This is not for LDAPv3 and starttls but for LDAPv2.