On Sunday 18 March 2007 18:01, Detlef Riekenberg wrote:
from netapi32/access.c:
NetUserAdd / NetUserDel / NetUserChangePassword
Thanks.
What I'd want to do would be the following:
- add a user
- set the user password
[... run the tests...]
- delete the user
You must handle the case, that the user has no rights to do that (User is not an Administrator).
Sure. In that case, we just skip the tests like we do now. Nothing lost.
Cheers, Kai