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

Wrong Data ouput with ldapsearch -L (ITS#257)



Full_Name: Martin Hofbauer
Version: 1.2.6
OS: Solaris 7
URL: 
Submission from: (NULL) (192.164.38.100)


the LDAP db  was installed 3 weeks agao with about 3000 entries:

Now following problem appears: ( look at 1 line before last line !!)

-># ldapsearch   uid=untermoser mail mailalternateaddress
uid=untermoser,ou=People,o=Safe,c=AT
mail=peter.untermoser@sbg.at
mailalternateaddress=peter.untermoser@sbg.at
mailalternateaddress=susanne.untermoser@sbg.at
root@mail:/root
-># ldapsearch -L  uid=untermoser mail mailalternateaddress
dn: uid=untermoser,ou=People,o=Safe,c=AT
mail: peter.untermoser@sbg.at
mailalternateaddress:: cGV0ZXIudW50ZXJtb3NlckBzYmcuYXQN
mailalternateaddress: susanne.untermoser@sbg.at 

========================================================

ldbmcat shows also wrong output:

..
..
sn: Untermoser
replace: cn
replace: mail
replace: mailQuota
replace: givenname
replace: mailalternateaddress
cn: Peter Untermoser
mail: peter.untermoser@sbg.at
mailquota: 5000
givenname: Peter
mailalternateaddress:: cGV0ZXIudW50ZXJtb3NlckBzYmcuYXQN
mailalternateaddress: susanne.untermoser@sbg.at


The funny thing is, this an modified entry.
Other entries which are never touched are ok !!