|
From: <mi...@st...> - 2007-03-22 20:17:13
|
Michael Ströder wrote: > Further trails with dn2str(): Frankly we don't need l_ldap_dn2str() at all. We can easily write efficient pure Python code for it with '='.join() etc. Well, ldap.dn.escape_dn_chars() could need a C part for performance. Ciao, Michael. |