|
From: Michael <mi...@st...> - 2001-12-27 09:53:35
|
HI!
in functions.c I've wrapped ldap_explode_rdn().
It works like this:
$ python2.2
Python 2.2 (#1, Dec 24 2001, 16:35:00)
[GCC 2.95.2 19991024 (release)] on linux2
>>> import ldap
>>> ldap.explode_rdn('cn=Michael Str...@st...')
['cn=Michael Stroeder', 'mai...@st...']
>>>
Ciao, Michael.
|