r16794: Make Samba4 pass it's own RPC-SAMR test, at least in part. There are
commit01d25c9d6ca8d036d40040e5ee87a330e5b84d55
authorAndrew Bartlett <abartlet@samba.org>
Tue, 4 Jul 2006 02:46:24 +0000 (4 02:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:09:46 +0000 (10 14:09 -0500)
treedde50d852558a18f14f28652e55ec6aeab73cc12
parent48a9f822442c8b115fd61d9c6781d8100df2bf9e
r16794: Make Samba4 pass it's own RPC-SAMR test, at least in part.  There are
still a couple of unimplemented functions, but this is far better than
not testing this at all.  In particular, this exercises the
password_hash module.

Specific changes:
 - Add support for SetDomainInfo
 - Add many more info levels to QueryDomainInfo
 - Set a domain comment in RPC-SAMR, and verify it is kept
 - Refactor QueryUserInfo not to always serach for all attributes
 - Add QueryDiplayInfo3 and QueryDomainInfo2 as aliased calls
 - Make OemChangePassword2 search under the samdb_base_dn(), so it
   finds the user when partitions are active.
 - Skip SetSecurity, DisplayIndex, MemberAttributesOfGroup and
  'Multiple' alias operations in RPC-SAMR for Samba4
 - Add RPC-SAMR as a 'slow' RPC test (it is quite slow)

Andrew Bartlett
source/rpc_server/samr/dcesrv_samr.c
source/rpc_server/samr/samr_password.c
source/script/tests/test_rpc.sh
source/torture/rpc/samr.c