So I am trying to setup a Solaris 10 box as an LDAP client. I have created the certificate db and imported the cert based on the directions at
https://blogs.oracle.com/baban/entry...etup_ssl_using. The LDAP server is successfully authenticating Linux boxes, and I have enabled v2 binds since that seems to be what Solaris wants to use. I initialize the client and I get this message:
ldap_cachemgr[10787]: libsldap: makeConnection: failed to open connection to oly-infra-ldap1 (I have tried name and IP and both get the same message)
When I do an ldapclient list, this is the output:
NS_LDAP_FILE_VERSION= 2.0
NS_LDAP_BINDDN=
our bind account
NS_LDAP_BINDPASSWD=
our passwd
NS_LDAP_SERVERS= oly-infra-ldap1 (again I have tried the IP here as well)
NS_LDAP_SEARCH_BASEDN=
our base dn, same as linux
NS_LDAP_AUTH: tls:simple
NS_LDAP_CACHETTL= 0
NS_LDAP_CREDENTIAL LEVEL= proxy
NS_LDAP_SERVICE_AUTH_METHOD= pam_ldap:tls:simple
NS_LDAP_HOST_CERTPATH= /var/ldap
I have not configured PAM yet but it was having the connection issue before I put the service method authentication in so I don't think that is the issue.
Any help would be greatly appreciated. Solaris is a bit of a mystery to me, but we have a whole product line running on it.
As an aside, any books you would recommend for Solaris would also be greatly appreciated.