Asimananda Mohanty wrote:
The first command works fine (ldapsearch -x -H ldap://ldap-company.com http://ldap-company.com/ -ZZ) but the second one (ldapsearch -x -H ldaps://ldap-company.com:636 http://ldap-company.com:636/ -ZZ) is showing error :
*ldap_start_tls: Operations error (1)*
Sorry, stupid copy&paste by me. Should have another coffee. Omit the -ZZ in the second command since LDAPS and StartTLS ext.op. cannot be used together.
See also: http://www.openldap.org/faq/data/cache/605.html
Ciao, Michael.