mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3-samr: SetGroupInfo level 1 should not return NT_STATUS_INVALID_INFO_CLASS.
Found by RPC-SAMR torture test. Guenther
This commit is contained in:
parent
cc7b62269e
commit
a783b1e4da
@ -5947,9 +5947,6 @@ NTSTATUS _samr_SetGroupInfo(pipes_struct *p,
|
||||
return NT_STATUS_NO_SUCH_GROUP;
|
||||
|
||||
switch (r->in.level) {
|
||||
case 1:
|
||||
fstrcpy(map.comment, r->in.info->all.description.string);
|
||||
break;
|
||||
case 2:
|
||||
/* group rename is not supported yet */
|
||||
return NT_STATUS_NOT_SUPPORTED;
|
||||
|
Loading…
Reference in New Issue
Block a user