mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +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:
|
||||
fstrcpy(map.comment, r->in.info->all.description.string);
|
||||
break;
|
||||
case 2:
|
||||
/* group rename is not supported yet */
|
||||
return NT_STATUS_NOT_SUPPORTED;
|
||||
case 4:
|
||||
fstrcpy(map.comment, r->in.info->description.string);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user