aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2019-08-19 00:51:07 -0400
committerGreg Hudson <ghudson@mit.edu>2019-08-20 13:36:33 -0400
commitd5fd778c4ebbaaa385a5694bf4a48d4ea0d6d05a (patch)
tree834cae9619b71d6d765691f0be8819360964ef2d /src/include
parentafc30bce69f9bfab7169750d835134ef2bf20e18 (diff)
downloadkrb5-d5fd778c4ebbaaa385a5694bf4a48d4ea0d6d05a.zip
krb5-d5fd778c4ebbaaa385a5694bf4a48d4ea0d6d05a.tar.gz
krb5-d5fd778c4ebbaaa385a5694bf4a48d4ea0d6d05a.tar.bz2
Remove KRB5_KDB_XREALM_NON_TRANSITIVE code
validate_transit_path() was introduced in the mskrb-integ merge, but the flag it enforces has no documentation and no kadmin support. Remove the function and the flag. Also remove the KRB5_KDB_TICKET_GRANTING_SERVICE flag which has no associated code.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/kdb.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/kdb.h b/src/include/kdb.h
index 0c48da6..d89cd5b 100644
--- a/src/include/kdb.h
+++ b/src/include/kdb.h
@@ -104,11 +104,6 @@
#define KRB5_KDB_CREATE_BTREE 0x00000001
#define KRB5_KDB_CREATE_HASH 0x00000002
-/* Private flag used to indicate principal is local TGS */
-#define KRB5_KDB_TICKET_GRANTING_SERVICE 0x01000000
-/* Private flag used to indicate xrealm relationship is non-transitive */
-#define KRB5_KDB_XREALM_NON_TRANSITIVE 0x02000000
-
/* Entry get flags */
/* Name canonicalization requested */
#define KRB5_KDB_FLAG_CANONICALIZE 0x00000010