Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(556)

Unified Diff: net/http/http_auth_handler_negotiate_unittest.cc

Issue 10695186: Use SPNEGO mechanism with GSSAPI on Posix (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_auth_handler_negotiate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_auth_handler_negotiate_unittest.cc
diff --git a/net/http/http_auth_handler_negotiate_unittest.cc b/net/http/http_auth_handler_negotiate_unittest.cc
index f43e39a21b72c2e1c5f9b2b7369f42538c4fa53c..448d3a71b13314693a99501acc53ab1c82ff141a 100644
--- a/net/http/http_auth_handler_negotiate_unittest.cc
+++ b/net/http/http_auth_handler_negotiate_unittest.cc
@@ -101,7 +101,7 @@ class HttpAuthHandlerNegotiateTest : public PlatformTest {
"localhost", // Source name
"example.com", // Target name
23, // Lifetime
- *CHROME_GSS_C_NT_HOSTBASED_SERVICE, // Mechanism
+ *CHROME_GSS_SPNEGO_MECH_OID_DESC, // Mechanism
0, // Context flags
1, // Locally initiated
0); // Open
@@ -109,7 +109,7 @@ class HttpAuthHandlerNegotiateTest : public PlatformTest {
"localhost", // Source name
"example.com", // Target name
23, // Lifetime
- *CHROME_GSS_C_NT_HOSTBASED_SERVICE, // Mechanism
+ *CHROME_GSS_SPNEGO_MECH_OID_DESC, // Mechanism
0, // Context flags
1, // Locally initiated
1); // Open
« no previous file with comments | « net/http/http_auth_handler_negotiate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698