From 2ac5e971bc33535cc37edf4668cbdfa9f3e3b7a8 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Mon, 28 Dec 2009 19:59:10 +0000 Subject: 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 --- src/include/k5-int.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/k5-int.h b/src/include/k5-int.h index a70eae9c53..ec5843f352 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" -- cgit