summaryrefslogtreecommitdiff
path: root/source4/kdc/sdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/kdc/sdb.h')
-rw-r--r--source4/kdc/sdb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/kdc/sdb.h b/source4/kdc/sdb.h
index dccfd37bb06..f211c25187b 100644
--- a/source4/kdc/sdb.h
+++ b/source4/kdc/sdb.h
@@ -119,6 +119,7 @@ struct sdb_entry {
#define SDB_F_KVNO_SPECIFIED 128 /* we want a particular KVNO */
#define SDB_F_FOR_AS_REQ 4096 /* fetch is for a AS REQ */
#define SDB_F_FOR_TGS_REQ 8192 /* fetch is for a TGS REQ */
+#define SDB_F_ARMOR_PRINCIPAL 262144 /* fetch is for the client of an armor ticket */
#define SDB_F_HDB_MASK (SDB_F_DECRYPT | \
SDB_F_GET_CLIENT| \
@@ -128,7 +129,8 @@ struct sdb_entry {
SDB_F_ADMIN_DATA | \
SDB_F_KVNO_SPECIFIED | \
SDB_F_FOR_AS_REQ | \
- SDB_F_FOR_TGS_REQ)
+ SDB_F_FOR_TGS_REQ | \
+ SDB_F_ARMOR_PRINCIPAL)
/* This is not supported by HDB */
#define SDB_F_FORCE_CANON 16384 /* force canonicalization */