Python LDAP
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 Thanks, Nick - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/___ Python-LDAP-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/python-ldap-dev
Re: Python LDAP
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 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 > > Thanks, > > Nick > > > > - > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ___ > Python-LDAP-dev mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/python-ldap-dev > > -- -- Alain Spineux aspineux gmail com May the sources be with you - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ ___ Python-LDAP-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/python-ldap-dev
Re: Python LDAP
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 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 Chokas <[EMAIL PROTECTED]> wrote: > > 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 > > > > Thanks, > > > > Nick > > > > > > > > > - > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > ___ > > Python-LDAP-dev mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/python-ldap-dev > > > > > > > -- > -- > Alain Spineux > aspineux gmail com > May the sources be with you > - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/___ Python-LDAP-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/python-ldap-dev
