Attempted auth over LDAPS. Creds fail. Error is logged.
LDAPS. Creds fail. Error is logged.
I then restart the paste instance. Attempted auth over LDAPS. Creds
Try the above. Post response.
On Nov 10, 2:19 pm, mbrownnyc <
matthewbr...@gmail.com> wrote:
> sure enough, same error is logged.
>
> On 1.2.2 My LDAP auth worked, then stopped... then I upgraded to the
> latest release 1.2.3 (easy_install -U rhodecode)...
>
> 2011-11-10 14:01:51.055 ERROR [rhodecode.lib.auth] Traceback (most
> recent call last):
> File "/var/www/rhodecode-venv/lib/python2.6/site-packages/
> RhodeCode-1.2.3-py2.6.egg/rhodecode/lib/auth.py", line 202, in
> authenticate
> password)
> File "/var/www/rhodecode-venv/lib/python2.6/site-packages/
> RhodeCode-1.2.3-py2.6.egg/rhodecode/lib/auth_ldap.py", line 148, in
> authenticate_ldap
> raise LdapConnectionError("LDAP can't access "
> LdapConnectionError: LDAP can't access authentication server
>
> I produced a packet capture at the interface of the "rhodecode" box
> with:
>
> tcpdump -c 100 -w ~/ldapquery.pcap port 636
>
> I see traffic both ways, and see the certificate request and delivery
> (you can look at the packets' payloads and see plain text contents of
> the certificate).
>
> This error must be related to the handling of certificate validation