Re: Avoid base64 decoding

2005-08-30 Thread Joan
Hi, > On Monday, 29. August 2005 14:38, Joan wrote: > > Hi, is there any way to avoid base64 decoding an attribute value? > > I open an existing ldif (30 users), modify some entries, and print > > to standard output the result. > > Everything works as expected but

Re: Avoid base64 decoding

2005-08-29 Thread Peter Marschall
Hi, On Monday, 29. August 2005 14:38, Joan wrote: > Hi, is there any way to avoid base64 decoding an attribute value? > I open an existing ldif (30 users), modify some entries, and print > to standard output the result. > Everything works as expected but the encoded attributes a

Avoid base64 decoding

2005-08-29 Thread Joan
Hi, is there any way to avoid base64 decoding an attribute value? I open an existing ldif (30 users), modify some entries, and print to standard output the result. Everything works as expected but the encoded attributes are converted to plain text. When I try to import it to the LDAP server