Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:acdc:sp5-rebuild
MozillaFirefox.11697
mozilla-ntlm-full-path.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mozilla-ntlm-full-path.patch of Package MozillaFirefox.11697
# HG changeset patch # User Petr Cerny <pcerny@novell.com> # Date 1558421102 -7200 # Tue May 21 08:45:02 2019 +0200 # Node ID 82527c613c1851148947aa24cce208dde03656b5 # Parent 319c6b6e988f4559fd8c22e99ad094dc6d454281 Bug 634334 - call to the ntlm_auth helper fails diff -r 319c6b6e988f -r 82527c613c18 extensions/auth/nsAuthSambaNTLM.cpp --- a/extensions/auth/nsAuthSambaNTLM.cpp Tue May 21 08:44:59 2019 +0200 +++ b/extensions/auth/nsAuthSambaNTLM.cpp Tue May 21 08:45:02 2019 +0200 @@ -161,7 +161,7 @@ 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",
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor