How to modify several dn in one time

Marcus marcus at python.my
Thu Nov 5 05:13:08 CET 2009


Hi,

Anyone knows of any python based LDAP servers? The main objective is to 
have on that run on Windows. The OpenLdap i have
tested is pretty unstable in Windows, crashes every 4-5 days.  The 
Apache DS in java works better but would prefer if there is a python 
version.
Or anyone have ldaptor working as a basic LDAP, i just need to provide 
simple lookups , don't even need full compliance of authentication etc.

Marc.


Zhang Huangbin wrote:
> On Nov 5, 2009, at 1:15 AM, Michael Ströder wrote:
>
>   
>> Zhang Huangbin wrote:
>>     
>>> it seems .modify() or .modify_s() can only modify one dn in one time.
>>> How can i modify several dn in one time?
>>>       
>> You can't. These methods strictly follow the LDAP functional model  
>> (see RFC
>> 4511, section 4.6. Modify Operation).
>>     
>
> Got it. Thanks Chris & Chaos & Michael. :)
>
>   






More information about the python-ldap mailing list