mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
s3-samr: support _samr_SetGroupInfo level 2.
Guenther
This commit is contained in:
parent
9e4b510504
commit
89616420d8
@ -5948,8 +5948,8 @@ NTSTATUS _samr_SetGroupInfo(pipes_struct *p,
|
||||
|
||||
switch (r->in.level) {
|
||||
case 2:
|
||||
/* group rename is not supported yet */
|
||||
return NT_STATUS_NOT_SUPPORTED;
|
||||
fstrcpy(map.nt_name, r->in.info->name.string);
|
||||
break;
|
||||
case 3:
|
||||
break;
|
||||
case 4:
|
||||
|
Loading…
x
Reference in New Issue
Block a user