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

RE: MOD OPERATION FAILS IN BACK-LDAP



This is the ldif file...

But this file works for instance going directly to the LDAP wth LDBM, instead going trought the proxy...

Thanks,



> -----Original Message-----
> From: Pierangelo Masarati [mailto:masarati@aero.polimi.it]
> Sent: Monday, January 21, 2002 6:21 PM
> To: Evaristo-Jose.Camarero@ece.ericsson.se
> Cc: openldap-software@openldap.org
> Subject: Re: MOD OPERATION FAILS IN BACK-LDAP
> 
> 
> > 
> > Hi again:
> > 
> > You are right,
> > 
> > but after add a new entry with this command:
> > 
> > ldapmodify -h -D "whatever" -w "passwd" -f file.ldif
> > 
> > and modify the uid and sn attibutes
> > 
> > and later made an ldapsearch, the answer has the format:
> > 
> > uid:: BA==   
> > sn:: CQ==
> 
> You likely used illegal chars in your ldif:
> 
> echo "BA==" | mimencode -u | od -c
> 0000000 004
> 0000001
> 
> echo "CQ==" | mimencode -u | od -c
> 0000000  \t
> 0000001
> 
> they are printed in base64 because, although ASCII, they're 
> not printable.
> Try posting your LDIF file.
> 
> Pierangelo.
> 

Attachment: entries.mod.ldif
Description: Binary data