From: Alan T. DeKok Date: Mon, 27 Feb 2017 18:31:31 +0000 (-0500) Subject: Document python_path and gotchas. Addresses #1845 X-Git-Tag: release_3_0_13~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70f66a345a35338d99f794a61e9d23a314d47f7f;p=thirdparty%2Ffreeradius-server.git Document python_path and gotchas. Addresses #1845 --- diff --git a/raddb/mods-available/python b/raddb/mods-available/python index dcaaef2528e..0bf2eaf0b3a 100644 --- a/raddb/mods-available/python +++ b/raddb/mods-available/python @@ -7,6 +7,14 @@ # a function defined, it will return NOOP. # python { + # Path to the python modules + # + # Note that due to limitations on Python, this configuration + # item is GLOBAL TO THE SERVER. That is, you cannot have two + # instances of the python module, each with a different path. + # +# python_path="/path/to/python/files:/another_path/to/python_files/" + module = example mod_instantiate = ${.module}