Originally posted by: JayAnderson
I am trying to use AIX 5.3 ldapsearch command with requires an SSL connection to an OpenLdap slapd running on solaris. I need to use SSL but when I attempt the ldapsearch command AIX returns:
ldap_ssl_client_init( /usr/u/janders/utils/ldap/sslSearch/keystore, sybase, 0, &failureReasonCode )
ldap_ssl_client_init failed! rc == -1, failureReasonCode == 804399380
Unknown SSL error
The commmand attempted is:
ldapsearch -d 255 -K /usr/u/janders/utils/ldap/sslSearch/keystore -P sybase -Y -v -h paisley.sybase.com -p 16000 -s sub -b "ou=People,dc=sybase,dc=com" -D "cn=Manager,dc=sybase,dc=com" -w "secret" objectClass=Person dn
I truss the command and I don't even see any attempt to read the keystore file. What might be wrong?
Thanks. Jay.