From: Andrew Boardman Date: Mon, 7 Aug 2006 21:46:10 +0000 (+0000) Subject: Misc updates from non-versioned working copies X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee87d3296bc7b06adceb9a6ef208f14441b34e8d;p=thirdparty%2Fkrb5.git Misc updates from non-versioned working copies git-svn-id: svn://anonsvn.mit.edu/krb5/users/amb/referrals@18411 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/implementation.notes b/implementation.notes index 9b95cd2d10..c0f4091e2d 100644 --- a/implementation.notes +++ b/implementation.notes @@ -5,11 +5,12 @@ realm referrals, client side implementation: 2) referral request to kdc (always!) 3) DNS TXT record lookup (if configured) 4) default realm assumption (realm=DNS domain of server) - (this is the same as exists now but with referrals added) + (this is the same as exists now but with referrals added, + though 3 and 4 are deferred to get_cred_from_kdc) - whether to do referral or not is *not* configurable - client-side realm of "" (empty but *not* null string) used in client libraries to indicate domain_realm mapping failure and fallback to - referral + referral. not subject to configuration. - krb5_sname_to_principal makes existing call to krb5_get_host_realm - krb5_get_host_realm returns domain_realm mapping if found, otherwise returns "".