krb5_425_conv_principal is deprecated
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24840 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -347,4 +347,23 @@ krb5_425_conv_principal_ext(krb5_context context,
|
|||||||
principal);
|
principal);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
krb5_error_code KRB5_LIB_FUNCTION
|
||||||
|
krb5_425_conv_principal(krb5_context context,
|
||||||
|
const char *name,
|
||||||
|
const char *instance,
|
||||||
|
const char *realm,
|
||||||
|
krb5_principal *princ)
|
||||||
|
KRB5_DEPRECATED
|
||||||
|
{
|
||||||
|
krb5_boolean resolve = krb5_config_get_bool(context,
|
||||||
|
NULL,
|
||||||
|
"libdefaults",
|
||||||
|
"v4_instance_resolve",
|
||||||
|
NULL);
|
||||||
|
|
||||||
|
return krb5_425_conv_principal_ext(context, name, instance, realm,
|
||||||
|
NULL, resolve, princ);
|
||||||
|
}
|
||||||
|
|
||||||
#endif /* HEIMDAL_SMALLER */
|
#endif /* HEIMDAL_SMALLER */
|
||||||
|
Reference in New Issue
Block a user