mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
[Auth] Only set GSS_C_DELEG_FLAG flag when we confirm server supports delegation.
This commit is contained in:
parent
c830e53ecd
commit
20dcff60d6
2 changed files with 44 additions and 6 deletions
|
|
@ -54,9 +54,11 @@ private:
|
|||
gss_ctx_id_t mCtx;
|
||||
gss_OID mMechOID;
|
||||
nsCString mServiceName;
|
||||
uint32_t mServiceFlags;
|
||||
uint32_t mServiceFlags = REQ_DEFAULT;
|
||||
nsString mUsername;
|
||||
bool mComplete;
|
||||
bool mComplete = false;
|
||||
bool mDelegationRequested = false;
|
||||
bool mDelegationSupported = false;
|
||||
};
|
||||
|
||||
#endif /* nsAuthGSSAPI_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue