From: <yo...@em...> - 2004-07-16 04:53:46
|
Hello, Please note that ldap_explode_dn is broken in recent minor versions of OpenLdap (it worked properly with 2.2.6 bot not with 2.2.13/14). For DN parts with multipe EQUALS ('=') the C library returns NULL regardless of the content of the DN. Python-ldap raises an exception. Exaples of such DNs: cn=uid=yoel_o=org,o=org Yoel |