[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ldapdelete struggle



LÉVAI Dániel writes:
> dn::
> Y249w5x6ZW1lbHRldMO1IEJyaWfDoWQsY249ZGFuaWVsbCxjbj1hZGRyZXNzYm9va3MsZGM9Z
>   WNlbnRydW0sZGM9aHU=

Note the line wrapping.  An LDIF line starting with space is a contiunation
of the previous line.  So it should be:

> $ cat ldap_delete.ldif

dn:: Y249w5x6ZW1lbHRldMO1IEJyaWfDoWQsY249ZGFuaWVsbCxjbj1hZGRyZXNzYm9va3MsZGM9Z
 WNlbnRydW0sZGM9aHU=

> I've tried it without the dn:: prefix too, but it didn't work.

Indeed.  '::' means your client showed the value in base64 format.  It
did this because there are 8-bit (non-ASCII) characters in the DN.

-- 
Hallvard