I just installed openldap on my linux box to query our company's LDAP server and so far everything is functional with one problem. I can query the server (using the following syntax)
ldapsearch -h dldapfe1 -D "cn=administrator, ou=members, o=companynet" -w password -u cn=abc123 -x
but the results come back encrypted. What am I missing to decrypt the results?
Regards,
FM
ldapsearch -h dldapfe1 -D "cn=administrator, ou=members, o=companynet" -w password -u cn=abc123 -x
but the results come back encrypted. What am I missing to decrypt the results?
Regards,
FM