Test scenario:
id ADDOMAIN/alice
Signed-off-by: Pavel Filipenský <pfilipen@redhat.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
if (req == NULL) {
return NULL;
}
+ D_NOTICE("[%s (%u)] Winbind external command ENDGRENT start.\n",
+ cli->client_name,
+ (unsigned int)cli->pid);
+
TALLOC_FREE(cli->grent_state);
tevent_req_done(req);
return tevent_req_post(req, ev);
NTSTATUS winbindd_endgrent_recv(struct tevent_req *req,
struct winbindd_response *presp)
{
+ D_NOTICE("Winbind external command ENDGRENT end.\n");
return NT_STATUS_OK;
}