HI!
Can someone please review function l_ldap_whoami_s() in LDAPObject.c
especially for memory leaks regarding result. I wonder whether a
Py_INCREF(result) is needed.
Others interested in SASL bind should also try and test this new method.
Thanks.
Ciao, Michael.
-------- Original Message --------
Subject: CVS: python-ldap
Date: Mon, 15 Mar 2004 02:26:00 -0800
From: Michael Str?der <str...@us...>
Reply-To: pyt...@li...
To: pyt...@li...
CVSROOT: /cvsroot/python-ldap
Module name: python-ldap
Changes by: stroeder 2004/03/15 02:26:00
Modified files:
. : CHANGES
Lib/ldap : ldapobject.py
Modules : LDAPObject.c
Log message:
Wrapped OpenLDAP's ldap_whoami_s()
|