[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: binary rdn?
At 01:44 PM 8/2/00 +0200, Stefan Berreth wrote:
>*This message was transferred with a trial version of CommuniGate(tm) Pro*
>
>dear list,
>
>I want to have a RDN that is a 12 byte binary.
>
>Is this possible?
Yes.
>How do I then encode the 12 byte binary value into the DN string?
Use RFC2253 (or 1779) escaping or hexstring encoding.
CN=L. Eagle,O=Sue\, Grabbit and Runn,C=GB
CN=Before\0DAfter,O=Test,C=GB
1.3.6.1.4.1.1466.0=#04024869,O=Test,C=GB
SN=Lu\C4\8Di\C4\87
> As base64?
No, hexstring.