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

/external/ppp/pppd/plugins/
H A Dwinbind.c62 static char *ntlm_auth = NULL; variable
70 option_error("ntlm_auth-helper argument must be full path");
75 novm("ntlm_auth-helper argument");
78 if (ntlm_auth != NULL)
79 free(ntlm_auth);
80 ntlm_auth = p;
85 { "ntlm_auth-helper", o_special, (void *) &set_ntlm_auth,
86 "Path to ntlm_auth executable", OPT_PRIV },
283 if (ntlm_auth == NULL)
314 execl("/bin/sh", "sh", "-c", ntlm_auth, NUL
[all...]

Completed in 88 milliseconds