]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Should default to cext compat in v3.0.x so we don't introduce a breaking change
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 5 May 2016 13:45:55 +0000 (09:45 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 5 May 2016 13:45:55 +0000 (09:45 -0400)
src/modules/rlm_python/rlm_python.c

index e263a9b41fd3d4a6c26f98823d50a0d35feee8a2..9a7f2ba9e3bc9a204efd64df25d3658f7b7c9d56 100644 (file)
@@ -121,7 +121,7 @@ static CONF_PARSER module_config[] = {
 #undef A
 
        { "python_path", FR_CONF_OFFSET(PW_TYPE_STRING, rlm_python_t, python_path), .dflt = NULL },
-       { "cext_compat", FR_CONF_OFFSET(PW_TYPE_BOOLEAN, rlm_python_t, cext_compat), .dflt = false },
+       { "cext_compat", FR_CONF_OFFSET(PW_TYPE_BOOLEAN, rlm_python_t, cext_compat), .dflt = true },
 
        CONF_PARSER_TERMINATOR
 };