diff options
-rw-r--r-- | source3/nsswitch/winbindd_sid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_sid.c b/source3/nsswitch/winbindd_sid.c index a4cd8f7604..d489e267cb 100644 --- a/source3/nsswitch/winbindd_sid.c +++ b/source3/nsswitch/winbindd_sid.c @@ -416,7 +416,7 @@ void winbindd_gid_to_sid(struct winbindd_cli_state *state) if (NT_STATUS_IS_OK(status)) { sid_to_string(state->response.data.sid.sid, &sid); - state->response.data.sid.type = SID_NAME_USER; + state->response.data.sid.type = SID_NAME_DOM_GRP; request_ok(state); return; } |