MechType.go 330 B

123456789
  1. package gssapi
  2. import "github.com/jcmturner/asn1"
  3. // MechTypeOIDKRB5 is the MechType OID for Kerberos 5
  4. var MechTypeOIDKRB5 = asn1.ObjectIdentifier{1, 2, 840, 113554, 1, 2, 2}
  5. // MechTypeOIDMSLegacyKRB5 is the MechType OID for MS legacy Kerberos 5
  6. var MechTypeOIDMSLegacyKRB5 = asn1.ObjectIdentifier{1, 2, 840, 48018, 1, 2, 2}