Hi all,
How formatter a search filter in order to find a DN based on the
userCertificate attribute ?
ldap_search_s(ldap, "basedn", LDAP_SCOPE_SUBTREE,
"(userCertificate={????})", ... );
Is this possible to carry out this search with the command ldapsearch ?
Thank you in advance,
Guy