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

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dcurl_ntlm_wb.c118 const char *ntlm_auth = NULL; local
122 /* Return if communication with ntlm_auth already set up */
144 ntlm_auth = ntlm_auth_alloc;
147 ntlm_auth = NTLM_WB_FILE;
149 if(access(ntlm_auth, X_OK) != 0) {
151 failf(conn->data, "Could not access ntlm_auth: %s errno %d: %s",
152 ntlm_auth, error, Curl_strerror(conn, error));
194 execl(ntlm_auth, ntlm_auth,
201 execl(ntlm_auth, ntlm_aut
[all...]
/macosx-10.10/curl-83.1.2/curl/
H A Dconfigure1877 --enable-ntlm-wb[=FILE] Enable NTLM delegation to winbind's ntlm_auth
1878 helper, where FILE is ntlm_auth's absolute filename
1879 (default: /usr/bin/ntlm_auth)
1880 --disable-ntlm-wb Disable NTLM delegation to winbind's ntlm_auth
38896 want_ntlm_wb_file="/usr/bin/ntlm_auth"
[all...]

Completed in 189 milliseconds