mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3-samr: let _samr_SetGroupInfo level 3 just pass with success.
Guenther
This commit is contained in:
parent
6544264ac1
commit
ee059e33d5
@ -5956,6 +5956,8 @@ NTSTATUS _samr_SetGroupInfo(pipes_struct *p,
|
||||
case 2:
|
||||
/* group rename is not supported yet */
|
||||
return NT_STATUS_NOT_SUPPORTED;
|
||||
case 3:
|
||||
break;
|
||||
case 4:
|
||||
fstrcpy(map.comment, r->in.info->description.string);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user