Started working on python routines to add and delete domain users.
authorTim Potter <tpot@samba.org>
Mon, 24 Mar 2003 06:31:49 +0000 (06:31 +0000)
committerTim Potter <tpot@samba.org>
Mon, 24 Mar 2003 06:31:49 +0000 (06:31 +0000)
commit55a341a367a7d1b18ae7ef04678479eb74b68ea3
tree56646662c252cb5a90de5e3ab9f59c6cfbfd19ca
parent5bf945d86927e09cbb665e6fb59111b6bdc60fd4
Started working on python routines to add and delete domain users.
Unfortunately users get created with the ACB mask set to disabled and
must change password.  The set_user_info2 call required to fix this
doesn't quite work yet...
source/python/py_samr.c
source/python/py_samr.h
source/python/py_samr_conv.c
source/python/setup.py