Skip to content

Commit

Permalink
Bug 634334 - call to the ntlm_auth helper fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Cerny authored and Thaodan committed Mar 6, 2023
1 parent affe333 commit 8f156cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/auth/nsAuthSambaNTLM.cpp
Expand Up @@ -160,7 +160,7 @@ nsresult nsAuthSambaNTLM::SpawnNTLMAuthHelper() {
const char* username = PR_GetEnv("USER");
if (!username) return NS_ERROR_FAILURE;

const char* const args[] = {"ntlm_auth",
const char* const args[] = {"/usr/bin/ntlm_auth",
"--helper-protocol",
"ntlmssp-client-1",
"--use-cached-creds",
Expand Down

0 comments on commit 8f156cb

Please sign in to comment.