Hi all,
Apologies in advanced if this is a duplicate post, but every time I
tried searching the archives it would time out. I am wondering if it
is possible to create Active Directory objects (users) with the python-
ldap module. I am currently developing on Mac OS X. I realize there
are
11/7/2007 1:50 PM
To: Michael Ströder
Cc: Mike Matz; python-ldap-dev@lists.sourceforge.net
Subject: Re: Creating Active Directory Objects
Michael Ströder wrote:
> I vaguely remember that there are some issues with really activating a
> user entry as a Windows user. But this is not a pro
tp://msdn2.microsoft.com/en-us/library/ms680513.aspx)
.
Also, you may want to look at using SASL/GSSAPI/Kerberos to bind to
AD's LDAP. It should be a lot easier to manage than SSL certs.
David
Mike Matz wrote:
Thanks for the help guys. It got me off to a great start. I have
successfully
Thank you to all who responded to my queries. I have been able to
successfully create an account and set the password for an AD user on
my test server. For those who are interested here is the breakdown of
what I did. As I continue to debug and test I will post updates to
this topic.
Will this initial release work on Mac OS X? If not, are there any
plans in the future for Mac OS X?
Thanks,
Mike
On Dec 8, 2007, at 11:17 AM, Geert Jansen wrote:
> All,
>
> with this email I am announcing the first public release of python-ad.
> Python-AD is a Python client for MS Active Dire
Hi Randy,
My apologies for not getting back to you sooner. Here is a crude
example of the code I used to create/modify a password using Python
LDAP. The trick to modifying the password is encoding in unicode. I
am still trying to find my bookmark to a discussion board that
explains how