Hi Michael,
I just compiled the latest stable python-ldap version by hand and now
authentication works - seems to have been a bug in that old version shipped
with Debian Etch.
Thanks, B.
> -Ursprüngliche Nachricht-
> Von: Michael Ströder [mailto:[EMAIL PROTECTED]
> Gesendet: Mittwoch, 23
[EMAIL PROTECTED] wrote:
>
> Our passwords in the LDAP server are encrypted with “crypt” and stored
> as 41bit binary values. The problem is that python-ldap doesn’t seem to
> like 41bit passwords but only 20bit. When I try to authenticate by
> Plone-LDAP / python-LDAP, it doesn’t work, cause t
Hi altogether,
I have a little problem with python-ldap, version 2.2.0 (shipped with debian
etch).
I'm using python-ldap with Plone 3.1 (with PloneLDAP module), Slapd 2.3.3
and LibLDAP 2.1.3.
Our passwords in the LDAP server are encrypted with "crypt" and stored as
41bit binary values. The