1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r22677: One line fix to make net idmap restore work again

Jerry, please add this for 3.0.25 final
(This used to be commit e04ca2d7f8)
This commit is contained in:
Simo Sorce 2007-05-04 22:41:35 +00:00 committed by Gerald (Jerry) Carter
parent 92999cee8d
commit 327e232e40

View File

@ -163,6 +163,7 @@ enum winbindd_result winbindd_dual_set_mapping(struct winbindd_domain *domain,
map.sid = &sid;
map.xid.id = state->request.data.dual_idmapset.id;
map.xid.type = state->request.data.dual_idmapset.type;
map.status = ID_MAPPED;
result = idmap_set_mapping(&map);
return NT_STATUS_IS_OK(result) ? WINBINDD_OK : WINBINDD_ERROR;