add support to get aliases

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20237 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-02-16 23:54:34 +00:00
parent 9f106cf20a
commit aa1680d459
2 changed files with 28 additions and 0 deletions

View File

@@ -128,6 +128,7 @@ typedef struct _krb5_tl_data {
#define KRB5_TL_PASSWORD 0x0007
#define KRB5_TL_EXTENSION 0x0008
#define KRB5_TL_PKINIT_ACL 0x0009
#define KRB5_TL_ALIASES 0x000a
typedef struct _kadm5_principal_ent_t {
krb5_principal principal;