Add more TL types (password and extension).

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15881 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-08-11 13:20:28 +00:00
parent 1dd8eea802
commit a2dc9e2463

View File

@@ -122,6 +122,8 @@ typedef struct _krb5_tl_data {
#define KRB5_TL_KADM5_E_DATA 0x0004
#define KRB5_TL_RB1_CHALLENGE 0x0005
#define KRB5_TL_SECURID_STATE 0x0006
#define KRB5_TL_PASSWORD 0x0007
#define KRB5_TL_EXTENSION 0x0008
typedef struct _kadm5_principal_ent_t {
krb5_principal principal;