Skip to content

Commit 3d2b50e

Browse files
committed
oid_registry: Add OIDs for missing Spnego auth mechanisms to Macs
In testing mounts to Macs, noticed that the OIDS for some GSSAPI/SPNEGO auth mechanisms sent by the server were not recognized and were missing from the header. Reviewed-by: Paulo Alcantara (SUSE) <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 7321be2 commit 3d2b50e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

include/linux/oid_registry.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ enum OID {
7070

7171
OID_spnego, /* 1.3.6.1.5.5.2 */
7272

73+
OID_IAKerb, /* 1.3.6.1.5.2.5 */
74+
OID_PKU2U, /* 1.3.5.1.5.2.7 */
75+
OID_Scram, /* 1.3.6.1.5.5.14 */
7376
OID_certAuthInfoAccess, /* 1.3.6.1.5.5.7.1.1 */
7477
OID_sha1, /* 1.3.14.3.2.26 */
7578
OID_id_ansip384r1, /* 1.3.132.0.34 */
@@ -104,6 +107,10 @@ enum OID {
104107
OID_authorityKeyIdentifier, /* 2.5.29.35 */
105108
OID_extKeyUsage, /* 2.5.29.37 */
106109

110+
/* Heimdal mechanisms */
111+
OID_NetlogonMechanism, /* 1.2.752.43.14.2 */
112+
OID_appleLocalKdcSupported, /* 1.2.752.43.14.3 */
113+
107114
/* EC-RDSA */
108115
OID_gostCPSignA, /* 1.2.643.2.2.35.1 */
109116
OID_gostCPSignB, /* 1.2.643.2.2.35.2 */

0 commit comments

Comments
 (0)