]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Revert "document path configuration. Fixes #5190"
authorAlan T. DeKok <aland@freeradius.org>
Tue, 26 Sep 2023 18:02:24 +0000 (14:02 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 26 Sep 2023 18:02:24 +0000 (14:02 -0400)
This reverts commit 907f8f8a35962fdd60f6c1d9eede3dc7e5a855c2.

raddb/mods-available/python

index f89fdeb426ffdb27ecc6a60c2726a40e163e84f3..748852f6214f13fb164ba4fda4b62108f83324d5 100644 (file)
@@ -32,27 +32,6 @@ python {
        #
        module = example
 
-       #  path:: Where the modules are loaded from
-       #
-       #  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.
-       #
-#      path="${modconfdir}/${.:name}:/another_path/to/python_files"
-
-       #
-       #  path_include_default::  Should we use the default Python path
-       #  in addition to the above path.
-       #
-       #  If `yes`, then the above `path` is added to the default Python
-       #  path.
-       #
-       #  If `no`, then the above `path` is the only path which is searched.
-       #
-       #  The default value is `no`.
-       #
-#      path_include_default = yes
-
        #
        #  [NOTE]
        #  ====