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 Alain Spineux
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 Chokas <[EMAIL PROTECTED]> wrote: > Hello, I'm trying to write a script to enab

Re: Python LDAP

2007-08-10 Thread Nicholas Jay Chokas
ok. I was just wondering what function or class I would need to use in the python-ldap module to update a user account's info, to enable it. like with the active_directory module, you can do like username.AccountDisabled() == True username.setInfo() On 8/10/07, Alain Spineux <[EMAIL PROTE