Re: [EMAIL PROTECTED] LDAP hangs when trying to authenticate

2008-11-02 Thread Mike Benza
Well, I've solved this problem with a lot of help. The issue is that Apache's mod_ldap is ignoring LDAPVerifyServerCert Off I had to replace that with: LDAPTrustedMode SSL LDAPVerifyServerCert On LDAPTrustedGlobalCert CA_BASE64 /etc/ssl/certs/Thawte_Premium_Server_CA.pem (if you have the

Re: [EMAIL PROTECTED] LDAP hangs when trying to authenticate

2008-10-21 Thread Tod
Mike Benza wrote: I can't figure out how ldapsearch is connecting -- either via LDAP or LDAPS. I'm so confused. Here's what I ran: ldapsearch -x -W -D cn=ewb,ou=service accounts,dc=rice,dc=edu -b ou=People,dc=rice,dc=edu '(uid=XYZ)' -h ldap.rice.edu http://ldap.rice.edu I don't know if

Re: [EMAIL PROTECTED] LDAP hangs when trying to authenticate

2008-10-20 Thread Tod
Mike Benza wrote: Hello, I've been stuck with a problem where LDAP hangs when it's trying to authenticate. I'm running Apache on Ubuntu 8.04, Hardy Heron. This problem occurs with the Ubuntu version (both 32 and 64 bit) as well as compiled directly from source. I can produce the

Re: [EMAIL PROTECTED] LDAP hangs when trying to authenticate

2008-10-20 Thread Mike Benza
I did try that. It works fine. Tod wrote: Try doing the ldapsearch from the apache box to ldap.rice.edu to rule out firewall a issue. - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] LDAP hangs when trying to authenticate

2008-10-20 Thread Tod
Mike Benza wrote: I did try that. It works fine. Did you try performing the same tests on port 389? Just wondering if your Apache SSL setup might be contributing to your troubles. - The official User-To-User support

Re: [EMAIL PROTECTED] LDAP hangs when trying to authenticate

2008-10-20 Thread Mike Benza
I can't figure out how ldapsearch is connecting -- either via LDAP or LDAPS. I'm so confused. Here's what I ran: ldapsearch -x -W -D cn=ewb,ou=service accounts,dc=rice,dc=edu -b ou=People,dc=rice,dc=edu '(uid=XYZ)' -h ldap.rice.edu I don't know if it's connecting with ldap or ldaps...If I

[EMAIL PROTECTED] LDAP hangs when trying to authenticate

2008-10-19 Thread Mike Benza
Hello, I've been stuck with a problem where LDAP hangs when it's trying to authenticate. I'm running Apache on Ubuntu 8.04, Hardy Heron. This problem occurs with the Ubuntu version (both 32 and 64 bit) as well as compiled directly from source. I can produce the problem in Apache 2.2.8 (from