1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

r1646: disable testing of group rename in the RPC-SAMR test, as it leaves the

group in a state where it can't be deleted via samr, which breaks
repeated runs of the test.
(This used to be commit bcad9efd728983c2d8932ef93eebd3d0c6d4d085)
This commit is contained in:
Andrew Tridgell 2004-08-04 06:01:10 +00:00 committed by Gerald (Jerry) Carter
parent 79a228a35b
commit 07aa4d8fe2

View File

@ -1708,9 +1708,15 @@ static BOOL test_SetGroupInfo(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx,
s.in.level = levels[i];
s.in.info = r.out.info;
#if 0
/* disabled this, as it changes the name only from the point of view of samr,
but leaves the name from the point of view of w2k3 internals (and ldap). This means
the name is still reserved, so creating the old name fails, but deleting by the old name
also fails */
if (s.in.level == 2) {
init_samr_Name(&s.in.info->name, "NewName");
}
#endif
if (s.in.level == 4) {
init_samr_Name(&s.in.info->description, "test description");