Make krb5_kuserok() pluggable and add features (including MIT config compat)

This commit is contained in:
Nicolas Williams
2011-12-03 21:14:14 -06:00
parent cfe7f6312a
commit 6aec02f979
10 changed files with 519 additions and 144 deletions

View File

@@ -2220,7 +2220,7 @@ _krb5_parse_moduli(krb5_context context, const char *file,
{
char * exp_file;
if (_krb5_expand_path_tokens(context, file, &exp_file) == 0) {
if (_krb5_expand_path_tokens(context, file, NULL, &exp_file) == 0) {
f = fopen(exp_file, "r");
krb5_xfree(exp_file);
} else {