mirror of
https://github.com/samba-team/samba.git
synced 2025-01-04 05:18:06 +03:00
s3-samr-server: return NT_STATUS_NOT_SUPPORTED for group rename.
Guenther
This commit is contained in:
parent
2b364550a9
commit
3971492301
@ -5279,6 +5279,9 @@ NTSTATUS _samr_SetGroupInfo(pipes_struct *p,
|
|||||||
case 1:
|
case 1:
|
||||||
fstrcpy(map.comment, r->in.info->all.description.string);
|
fstrcpy(map.comment, r->in.info->all.description.string);
|
||||||
break;
|
break;
|
||||||
|
case 2:
|
||||||
|
/* group rename is not supported yet */
|
||||||
|
return NT_STATUS_NOT_SUPPORTED;
|
||||||
case 4:
|
case 4:
|
||||||
fstrcpy(map.comment, r->in.info->description.string);
|
fstrcpy(map.comment, r->in.info->description.string);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user