diff options
author | Greg Hudson <ghudson@mit.edu> | 2009-12-28 19:59:10 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2009-12-28 19:59:10 +0000 |
commit | 2ac5e971bc33535cc37edf4668cbdfa9f3e3b7a8 (patch) | |
tree | 6ba97faac21b05e0033aff568b91170bfcaa97d9 /src/include/k5-int.h | |
parent | 635ee3a9cd28c7af0a0b7cf43a292ae7255c9a2b (diff) | |
download | krb5-2ac5e971bc33535cc37edf4668cbdfa9f3e3b7a8.tar.gz krb5-2ac5e971bc33535cc37edf4668cbdfa9f3e3b7a8.tar.xz krb5-2ac5e971bc33535cc37edf4668cbdfa9f3e3b7a8.zip |
Add a new profile variable preauth_module_dir, which specifies
directories to look for preauth plugins in prior to the hardcoded
locations. Undocumented for now since, like db_module_dir, this is
mostly intended for the test suite.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23531 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/k5-int.h')
-rw-r--r-- | src/include/k5-int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index a70eae9c5..ec5843f35 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -242,6 +242,7 @@ typedef INT64_TYPE krb5_int64; #define KRB5_CONF_MAX_RENEWABLE_LIFE "max_renewable_life" #define KRB5_CONF_NOADDRESSES "noaddresses" #define KRB5_CONF_PERMITTED_ENCTYPES "permitted_enctypes" +#define KRB5_CONF_PREAUTH_MODULE_DIR "preauth_module_dir" #define KRB5_CONF_PREFERRED_PREAUTH_TYPES "preferred_preauth_types" #define KRB5_CONF_PROXIABLE "proxiable" #define KRB5_CONF_RDNS "rdns" |