[sudo-users] Solaris 8 SUN SDK 5.08 TLS 64-bit sudo

Todd C. Miller Todd.Miller at courtesan.com
Fri Aug 3 20:41:28 EDT 2007


Port 636 is ldaps, ie: SSL.  Could there be something in our ldap
config that is causing the ldap libs to use SSL?  I don't see a uri
specified so the port specified in the call to ldap_init() (389)
should be the one that gets used.

Also, can you try connecting to your ldap server using telnet to
see which port it is acutally listening on?

E.g.

    $ telnet ldap.company.com 389
    $ telnet ldap.company.com 636

 - todd



More information about the sudo-users mailing list