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

ldapsearch return duplicate entries



Hi there,

I have a master and slave openldap servers (2.0.11), and I am having a
problem with my slave server, when I do some of the ldap searches it
returns some of the entries twice!!

# ldapsearch -L -z0 -h master -b 'dc=example,dc=org' '(objectclass=*)' |
grep "^dn" | sort | uniq -d

# ldapsearch -L -z0 -h slave  -b 'dc=example,dc=org' '(objectclass=*)' |
grep "^dn" | sort | uniq -d
 ... Some duplicate entries ...


Is this behavior normal, and why it doesn't work with both servers!!

Thanks,

- Rayed