| Index: net/http/http_auth_gssapi_posix.h
|
| ===================================================================
|
| --- net/http/http_auth_gssapi_posix.h (revision 57541)
|
| +++ net/http/http_auth_gssapi_posix.h (working copy)
|
| @@ -240,6 +240,11 @@
|
| const std::wstring& spn,
|
| std::string* auth_token);
|
|
|
| + // Delegation is allowed on the Kerberos ticket. This allows certain servers
|
| + // to act as the user, such as an IIS server retrieiving data from a
|
| + // Kerberized MSSQL server.
|
| + void Delegate();
|
| +
|
| private:
|
| int OnFirstRound(const string16* username,
|
| const string16* password);
|
| @@ -254,6 +259,7 @@
|
| GSSAPILibrary* library_;
|
| std::string decoded_server_auth_token_;
|
| ScopedSecurityContext scoped_sec_context_;
|
| + bool can_delegate_;
|
| };
|
|
|
| } // namespace net
|
|
|