1
0
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:
Günther Deschner 2009-06-08 10:43:17 +02:00
parent 9e4b510504
commit 89616420d8

View File

@ -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: