mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
r18775: Performing an ldb op of 'do nothing' is pointless, and breaks against
OpenLDAP. Andrew Bartlett (This used to be commit 9ce88a8917d383104c47f794a8c554c43d13e383)
This commit is contained in:
parent
94bd704fba
commit
bd0245bbd6
@ -2038,7 +2038,7 @@ static NTSTATUS samr_SetGroupInfo(struct dcesrv_call_state *dce_call, TALLOC_CTX
|
|||||||
break;
|
break;
|
||||||
case GROUPINFOATTRIBUTES:
|
case GROUPINFOATTRIBUTES:
|
||||||
/* This does not do anything obviously visible in W2k3 LDAP */
|
/* This does not do anything obviously visible in W2k3 LDAP */
|
||||||
break;
|
return NT_STATUS_OK;
|
||||||
default:
|
default:
|
||||||
return NT_STATUS_INVALID_INFO_CLASS;
|
return NT_STATUS_INVALID_INFO_CLASS;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user