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

@@ -241,7 +241,7 @@ load_plugins(krb5_context context)
char * dir = *di;
#ifdef KRB5_USE_PATH_TOKENS
if (_krb5_expand_path_tokens(context, *di, &dir))
if (_krb5_expand_path_tokens(context, *di, NULL, &dir))
goto next_dir;
#endif