s4/test-libnet-utils: refactor test_user_create()
authorKamen Mazdrashki <kamenim@samba.org>
Fri, 28 May 2010 14:59:25 +0000 (17:59 +0300)
committerKamen Mazdrashki <kamenim@samba.org>
Fri, 28 May 2010 19:30:09 +0000 (22:30 +0300)
commit0f2263016fc7afd949af65e6e84b5c5455250191
tree4b59bd8a2e49348646d24850e7131a74ea66a307
parent8dedb4d06ec84224f1b491cb76edb87b37550c56
s4/test-libnet-utils: refactor test_user_create()

- param names made more clear what they stand for
- user RID out param is now optional, so that this function may
  be used in cases where we don't need user RID
- SAMR connection handle is closed as it is not used further
  (we should play nice with servers)
source4/torture/libnet/utils.c