OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ntlm_auth
(Results
1 - 1
of
1
) sorted by null
/external/ppp/pppd/plugins/
winbind.c
62
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
, NULL);
[
all
...]
Completed in 72 milliseconds