Solaris 10 ldap client via SSL only
I need to configure a Solaris 10 machine in my DMZ as a native ldap client. Only port 636 is open. When I try to manually configure ldapclient with authenticationMethod of tis:simple I can see in snoop that it attempts to connect to the server on port 389. Does this mean the tis:simple method uses a startTLS connection method? How can I get it to use only ldaps?I use the following command to initialize:
ldapclient manual -vvv -a credentialLevel=proxy \
-a authenticationMethod=tls:simple \
-a proxyDN=cn=YYYYYYY,ou=profile,o=cadence.com \
-a proxyPassword=XXXXXXX \
-a defaultsearchbase=dc=XYZ,dc=com \
1