Abhilash S.L | 3b49463 | 2019-07-16 15:51:09 +0530 | [diff] [blame^] | 1 | // Package adtype provides Authenticator type assigned numbers. |
| 2 | package adtype |
| 3 | |
| 4 | // Authenticator type IDs. |
| 5 | const ( |
| 6 | ADIfRelevant int32 = 1 |
| 7 | ADIntendedForServer int32 = 2 |
| 8 | ADIntendedForApplicationClass int32 = 3 |
| 9 | ADKDCIssued int32 = 4 |
| 10 | ADAndOr int32 = 5 |
| 11 | ADMandatoryTicketExtensions int32 = 6 |
| 12 | ADInTicketExtensions int32 = 7 |
| 13 | ADMandatoryForKDC int32 = 8 |
| 14 | OSFDCE int32 = 64 |
| 15 | SESAME int32 = 65 |
| 16 | ADOSFDCEPKICertID int32 = 66 |
| 17 | ADAuthenticationStrength int32 = 70 |
| 18 | ADFXFastArmor int32 = 71 |
| 19 | ADFXFastUsed int32 = 72 |
| 20 | ADWin2KPAC int32 = 128 |
| 21 | ADEtypeNegotiation int32 = 129 |
| 22 | //Reserved values 9-63 |
| 23 | ) |