Bind request problem

Mario Alberto Cruz Gartner malcruzg at univalle.edu.co
Thu Jun 5 18:37:24 CEST 2003


Hi!
I'd installed python-ldap-2.0.0pre13 with my Python 2.1.3 and OpenLDAP
2.1.18 on a FreeBSD 4.4-RELEASE

libs = ldap_r lber ssl crypto

Even with:
libs = ldap lber

The build and install process goes well, even i try the

python -c "import ldap,ldap.schema;print ldap.__version__"

that i've see on the archives of this list and the output was good.

BUT, if i try to do a bind (with the example scripts), i got a error
referring to a "sasl.c" error. Maybe i think that cyrus-sasl have the
fault, so i re-installed it and the problem keep on.

The output of the script:


$python Demo/simplebrowse.py
Connecting to ldap://ldap.openldap.org/
assertion "LBER_VALID( ber )" failed: file "sasl.c", line 99
Abort (core dumped)
$

A lot of thanks to anyone, and sorry if my English sucks = )







More information about the python-ldap mailing list