From: Marcus <ma...@py...> - 2009-11-05 04:34:28
|
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. :) > > |