I'm setting up an Address Book using LDAP (slapd) in Debian. Right now I have succesfully installed and it's working (using phpldapadmin as frontend).
The only problem I've seend it's in the client side (using Thunderbird), I can access the contacts that there are in the server, if a search them I can find them, if I change the information in the server and go to see it at the client I can see that the information is update. But when I go to see the list of contacts I can't see any.
I tried at debugging it, using
# slapd -d 1
And I see the search queries, but I don't see any query for listing the contacts of the address book. What could be wrong?