Watashi wrote:
As I said before, the ldap server answer the request to authdaemond:
Lightweight Directory Access Protocol, Search Request
Base DN: DC=test,DC=com
...
Lightweight Directory Access Protocol, Search Entry
Time: 0.005837000 seconds
Distinguished Name: CN=admin,OU=2300,DC=test,DC=com
Is that a search against the production or test server?
Thanks Sam for the answer. I understood what you said, however I don't know how
to answer it, but I have Postfix and pam_ldap working with this LDAP server
normally. How could I discover if this record exist?
Do this:
ldapsearch -x -h PROD -s base -b dc=test,dc=com objectclass='*'
ldapsearch -x -h DEV -s base -b dc=test,dc=com objectclass='*'
Replace PROD and DEV with the hostnames or IPs of the production and dev
servers. This will establish that both LDAP servers have the required
entry.
You also indicated that ethereal had shown that both servers were
providing answers to the Courier server. It'd be helpful to see that, too.