#define KRB5_LRQ_ONE_LAST_REQ (-5)
/* PADATA types */
+#define KRB5_PADATA_NONE 0
#define KRB5_PADATA_AP_REQ 1
#define KRB5_PADATA_TGS_REQ KRB5_PADATA_AP_REQ
#define KRB5_PADATA_ENC_TIMESTAMPS 2
#define KRB5_PADATA_PW_SALT 3
+#define KRB5_PADATA_ENC_ENCKEY 4 /* Key encrypted within itself */
+#define KRB5_PADATA_ENC_RANDOM 5 /* random data */
+#define KRB5_PADATA_ENC_SECURID 6 /* SecurId passcode */
/* Reserved for SPX pre-authentication. */
#define KRB5_PADATA_DASS 16