On 29/5/03 8:15 pm, Neo - <[EMAIL PROTECTED]> wrote: > No graham i am not using LDIF module . > > Just reading the values from ldapsearch command i knew excatly which entry has > that particular leading space problem . > > here is the sample snap shot > > D:\>ldapsearch -h hostname -p port -w -b "filter" > objectClass: top > objectClass: person > objectClass: organizationalperson > objectClass: inetorgperson > cn:: VGVzdCwgT3RoZXIgVGVsICA= > givenName: Other Tel > sn: Test
You're aware that ldapsearch prints using the LDIF format? See RFC 2849 for a description, but the interesting part for you is that values with special characters are base64 encoded and separated from the attribute name with ":: " Cheers, Chris