summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2009-01-03 23:20:26 +0000
committerSam Hartman <hartmans@mit.edu>2009-01-03 23:20:26 +0000
commit59db8ef27f073f1a39ccb8b71b592ce7969e580c (patch)
tree09081db0a074103730752c2d569efe42d57c89ad /src
parent746c01eb98dc8882f25e97ed6980e833fb9f2dc4 (diff)
downloadkrb5-59db8ef27f073f1a39ccb8b71b592ce7969e580c.tar.gz
krb5-59db8ef27f073f1a39ccb8b71b592ce7969e580c.tar.xz
krb5-59db8ef27f073f1a39ccb8b71b592ce7969e580c.zip
Remove flags that do not correspond to behavior we support
non_ms_principal would need to be phrased in terms of what behavior is being changed, not client OS. The pkinit flag would need to be better documented git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21692 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/include/kdb_ext.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/kdb_ext.h b/src/include/kdb_ext.h
index 5ee234657..d7f00fbcb 100644
--- a/src/include/kdb_ext.h
+++ b/src/include/kdb_ext.h
@@ -37,8 +37,6 @@
#define KRB5_KDB_OK_TO_AUTH_AS_DELEGATE 0x00200000
/* Service does not require authorization data */
#define KRB5_KDB_NO_AUTH_DATA_REQUIRED 0x00400000
-/* Used to indicate non-Windows client behaviour */
-#define KRB5_KDB_NON_MS_PRINCIPAL 0x00800000
/* Private flag used to indicate principal is local TGS */
#define KRB5_KDB_TICKET_GRANTING_SERVICE 0x01000000
/* Private flag used to indicate trust is non-transitive */
@@ -57,8 +55,6 @@
#define KRB5_KDB_FLAG_PROTOCOL_TRANSITION 0x00000100
/* Constrained delegation */
#define KRB5_KDB_FLAG_CONSTRAINED_DELEGATION 0x00000200
-/* PKINIT */
-#define KRB5_KDB_FLAG_PKINIT 0x00000400
/* User-to-user */
#define KRB5_KDB_FLAG_USER_TO_USER 0x00000800
/* Cross-realm */