From 4d4538ea8c012958301fd4e0589957518ce76074 Mon Sep 17 00:00:00 2001 From: Gabriel Detraz Date: Sun, 10 Sep 2017 17:33:24 +0200 Subject: [PATCH] Adaptation du path pour freeradius --- freeradius_utils/freeradius3/mods-enabled/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeradius_utils/freeradius3/mods-enabled/python b/freeradius_utils/freeradius3/mods-enabled/python index f533b57f..414860a3 100644 --- a/freeradius_utils/freeradius3/mods-enabled/python +++ b/freeradius_utils/freeradius3/mods-enabled/python @@ -9,7 +9,7 @@ python re2o { module = auth - python_path = /etc/freeradius/3.0:/usr/lib/python2.7/:/usr/lib/python2.7/dist-packages/ + python_path = /etc/freeradius/3.0:/usr/lib/python2.7/:/usr/lib/python2.7/dist-packages/:/usr/local/lib/python2.7/site-packages/:/usr/local/lib/python2.7/dist-packages/ mod_instantiate = ${.module} func_instantiate = instantiate