Searched refs:winbind (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/auth/
H A Dmech-winbind.c3 * using Samba winbind daemon
42 struct winbind_helper *winbind; member in struct:winbind_auth_request
55 static void winbind_helper_disconnect(struct winbind_helper *winbind) argument
57 i_stream_destroy(&winbind->in_pipe);
58 o_stream_destroy(&winbind->out_pipe);
61 static void winbind_wait_pid(struct winbind_helper *winbind) argument
65 if (winbind->pid == -1)
69 if ((ret = waitpid(winbind->pid, &status, WNOHANG)) <= 0) {
76 i_error("winbind: ntlm_auth died with signal %d",
79 i_error("winbind
97 winbind_helper_connect(const struct auth_settings *set, struct winbind_helper *winbind) argument
315 do_auth_new(struct winbind_helper *winbind) argument
[all...]

Completed in 946 milliseconds