Using ldapsearch to do an LDAP Search using TLS/SSL In older / previous versions of Solaris (pre-Solaris 12/11.4) ldapsearch was based on the original Netscape ldapsearch using a different syntex. Searching for a user was something like the syntax below.
1 |
ldapsearch -Z -P /var/ldap -h ldap.domain.com -p 1636 -b dc=domain,dc=com uid=usera dn |
In more recent versions of 11.4 (Solaris 12), the ldapsearch application was updated to […]