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.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to