diff options
| author | Sam Hartman <hartmans@mit.edu> | 2009-01-03 23:20:31 +0000 |
|---|---|---|
| committer | Sam Hartman <hartmans@mit.edu> | 2009-01-03 23:20:31 +0000 |
| commit | 5bfe3caf46dcc046b66066421ee0a9e9fbc076e3 (patch) | |
| tree | c731cf8ef976f13f7473181a23e53c9a72ad5570 /src/include | |
| parent | 59db8ef27f073f1a39ccb8b71b592ce7969e580c (diff) | |
| download | krb5-5bfe3caf46dcc046b66066421ee0a9e9fbc076e3.tar.gz krb5-5bfe3caf46dcc046b66066421ee0a9e9fbc076e3.tar.xz krb5-5bfe3caf46dcc046b66066421ee0a9e9fbc076e3.zip | |
xrealm_non_transitive not trust_non_transitive
Kerberos does not imply trust in the existence of a cross-realm key.
Trust is implied when a foreign principal is placed on an ACL: the remote realm
is trusted to authenticate that principal and is trusted
not to confuse one principal with another.
Keep terminology consistent.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21693 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/kdb_ext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/kdb_ext.h b/src/include/kdb_ext.h index d7f00fbcb..0a2cc9c01 100644 --- a/src/include/kdb_ext.h +++ b/src/include/kdb_ext.h @@ -39,8 +39,8 @@ #define KRB5_KDB_NO_AUTH_DATA_REQUIRED 0x00400000 /* 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 */ -#define KRB5_KDB_TRUST_NON_TRANSITIVE 0x02000000 +/* Private flag used to indicate xrealm relationship is non-transitive */ +#define KRB5_KDB_xrealm_NON_TRANSITIVE 0x02000000 /* Entry get flags */ /* Name canonicalization requested */ |
