Re: Cannot search usercertificate binary data with raw data

Michael Ströder <[email protected]> Sat, 08 May 2010 14:20:05 +0200
Newsgroups gmane.network.openldap.general
Message-ID <[email protected]>
Luis Neves wrote:
> and used as a filter to ldapsearch and nothing
> userCertificate=\\30\\82\\07\\38\\30\\82\\06\\20\\a0\\03\\02\\01\\02 [..]

The double slashes are wrong. Has to be one back-slash to indicate a
hex-escaped byte-value. Or are the doubled back-slashes the result of another
string representation? But I'm not sure whether it works even with a correct
filter string.

Ciao, Michael.