Re: Add extra ':' when base64 encoding
On Wed, Nov 07, 2018 at 02:52:45PM +0100, Martijn van Duren wrote: > Taken from my other ldap diff, but could easily be committed separately. > From RFC2849: > value-spec = ":" (FILL 0*1(SAFE-STRING) / > ":" FILL (BASE64-STRING) / >
Add extra ':' when base64 encoding
Taken from my other ldap diff, but could easily be committed separately. >From RFC2849: value-spec = ":" (FILL 0*1(SAFE-STRING) / ":" FILL (BASE64-STRING) / "<" FILL url) ; See notes 7 and 8