Remove support for [libdefaults]capath (not [libdefaults] capaths though).
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22530 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -761,14 +761,6 @@ get_cred_from_kdc_flags(krb5_context context,
|
||||
|
||||
try_realm = krb5_config_get_string(context, NULL, "capaths",
|
||||
client_realm, server_realm, NULL);
|
||||
|
||||
#if 1
|
||||
/* XXX remove in future release */
|
||||
if(try_realm == NULL)
|
||||
try_realm = krb5_config_get_string(context, NULL, "libdefaults",
|
||||
"capath", server_realm, NULL);
|
||||
#endif
|
||||
|
||||
if (try_realm == NULL)
|
||||
try_realm = client_realm;
|
||||
|
||||
|
Reference in New Issue
Block a user