
NFOGGI at depaul
Nov 18, 2009, 12:55 PM
Post #1 of 1
(463 views)
Permalink
|
|
Re: ExternalAuth TLS to Active DirectoryLDAP_OPERATIONS_ERROR 1 on Bind
|
|
Looking at a tcpdump, as soon as the ldap server returns "Server Hello Done" the RT server sends a FIN/ACK to close the connection, this all happens prior to the bind attempt, so when the bind attempt happens, it fails. I have "verify=>'none'" set in the start_tls command, but still nothing... Thoughts? Nicola -----Original Message----- From: rt-users-bounces [at] lists on behalf of Foggi, Nicola Sent: Wed 11/18/2009 1:41 PM To: rt-users [at] lists Subject: [rt-users] ExternalAuth TLS to Active DirectoryLDAP_OPERATIONS_ERROR 1 on Bind Hey Everyone, So I got the ExternalAuth module working to Active Directory NON TLS enabled, however, when I set it to use TLS I get a: LDAP_OPERATIONS_ERROR returned on the bind. I'm looking at ways to troubleshoot it, i have tls set to verify=>none so it shouldn't be a certificate problem, but i'm at a loss of other ways to troubleshoot/track down the problem. A stand alone perl script that i wrote to test with that calls Net::LDAP and start_tls binds ok from the box, so that even made it more confusing. Any thoughts? Nicola
|