1
0
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:
Andrew Bartlett 2006-09-21 05:44:39 +00:00 committed by Gerald (Jerry) Carter
parent 94bd704fba
commit bd0245bbd6

View File

@ -2038,7 +2038,7 @@ static NTSTATUS samr_SetGroupInfo(struct dcesrv_call_state *dce_call, TALLOC_CTX
break;
case GROUPINFOATTRIBUTES:
/* This does not do anything obviously visible in W2k3 LDAP */
break;
return NT_STATUS_OK;
default:
return NT_STATUS_INVALID_INFO_CLASS;
}