Mailing List Archive

win32net.pyd--NetUserAdd
I am interested in adding user accounts on WinNT using python. The
functions "NetUserAdd" and "NetUserSetGroups" in Win32 networking
aren't implemented in then win32net.pyd-module. Does anyone have
mapped these functions? Any other ideas?

Thanks

HolgeR
win32net.pyd--NetUserAdd [ In reply to ]
As fate would have it, Ive started on this today.

I intend using Python dictionaries to exchange the information between the
various USER_INFO_* structures....

You can be a beta tester if you like :-)

Mark.

Holger Flörke wrote in message <37131b6c.2250115@kelly>...
>I am interested in adding user accounts on WinNT using python. The
>functions "NetUserAdd" and "NetUserSetGroups" in Win32 networking
>aren't implemented in then win32net.pyd-module. Does anyone have
>mapped these functions? Any other ideas?
>
>Thanks
>
>HolgeR