Python LDAP

2007-08-10 Thread Nicholas Jay Chokas
Hello, I'm trying to write a script to enable user accounts that I run cross-platform. (Linux and PC) Does anyone know how I could start go about doing this? I know there is active_directory python module, but that solely relies on win32 COM architecture. any help/suggestions is appreciated

Re: Python LDAP

2007-08-10 Thread Nicholas Jay Chokas
t;[EMAIL PROTECTED]> wrote: > > Hi > > python-ldap is a ldap client library and then can access any LDAP server, > including the not completely compliant M$ active directory. > > But your problem is not very clear in your question. > > > > On 8/10/07, Nicholas Jay Chok