mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-04 04:04:19 +00:00
spnego: add missing OID to oid registry
Add missing OID to the registry. Some servers and clients (including Windows) now request "NEGOEX - SPNEGEO Extended Negotiation Security") See https://datatracker.ietf.org/doc/html/draft-zhu-negoex-02 Reviewed-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
702c390bc8
commit
5d153cd128
@ -67,6 +67,7 @@ enum OID {
|
||||
OID_msOutlookExpress, /* 1.3.6.1.4.1.311.16.4 */
|
||||
|
||||
OID_ntlmssp, /* 1.3.6.1.4.1.311.2.2.10 */
|
||||
OID_negoex, /* 1.3.6.1.4.1.311.2.2.30 */
|
||||
|
||||
OID_spnego, /* 1.3.6.1.5.5.2 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user