Creating Active Directory Objects
Michael Ströder
michael at stroeder.com
Wed Nov 7 10:44:14 CET 2007
Geert Jansen wrote:
>
> It is definately possibly to create active directory users with
> python-ldap. You just need to take care that you set the minimum amount
> of attributes required, otherwise the addition will fail. I don't have
> any code ready at the moment, but just create a user object with ADUC
> and see what attributes that sets. Then take these as a base. Note that
> you don't need to create the SID and the GUID -- these are created
> automatically by AD.
I vaguely remember that there are some issues with really activating a
user entry as a Windows user. But this is not a problem of accessing AD
via python-ldap.
Ciao, Michael.
More information about the python-ldap
mailing list