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

ldapsearch of Exchange5.5 using SSL



Title: ldapsearch of Exchange5.5 using SSL

I have ldapsearch working great querying MS Exchange 5.5 and retrieving mailboxes for valid users.  I'd like to get this going now over tcp/636 but I've reached a stopping point. I have installed a certificate for LDAP on my Exchange server, but that's about as far as I have been able to get.

This is my current search using port 389:
ldapsearch -LLL -x -H ldap://172.16.1.202:389 -b "cn=recipients,ou=twosevens,o=riskframe" -D "cn=brapp,dc=riskframe,cn=admin" -w password "mail" "othermailbox"

From what I've been able to find I'm going to need something like:
ldapsearch -LLL -ZZ -H ldaps://172.16.1.202:636 -b "..." -D "..."

What do I need to configure from my Linux box for ldapsearch over 636?  Anyone else have this configuration working successfully?

Thanks,

Bryan Rapp
GeoFields, Inc.