Thanks Kurt! That did in fact point me the right direction. The problem was that simply adding an ASN1Octetstring set the tag to Universal,4 where it needed to be Context,#. The trick was to use the ASN1TaggedObject object and set explicit to "false", this in turn forces the octet string's tag to the correct value.
Thanks again Marc On 8/15/05, Kurt D. Zeilenga <[EMAIL PROTECTED]> wrote: > At 07:15 PM 8/15/2005, Marc Boorshtein wrote: > >So I put in a sequence of octetstrings, but openldap doesn't want to > >parse it. Am I missing something here? > > The proper application tags? IIRC, those 04 should be 80, 81, 82 > respectively. Reviewing clients/tools/ldappasswd.c might be revealing. > > Kurt > >
