From: Nick Porter Date: Tue, 15 Apr 2025 16:54:59 +0000 (+0100) Subject: The module name is freeradius X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00eee5b150d1a86c141404ef39d0feb847eb9341;p=thirdparty%2Ffreeradius-server.git The module name is freeradius --- diff --git a/raddb/mods-available/python b/raddb/mods-available/python index 51b5299afb6..4a59233483c 100644 --- a/raddb/mods-available/python +++ b/raddb/mods-available/python @@ -74,15 +74,15 @@ python { # config { ... }:: # # You can define configuration items (and nested sub-sections) in python `config { ... }` - # section. These items will be accessible in the Python script through `radiusd.config` + # section. These items will be accessible in the Python script through `freeradius.config` # dict for instance: # # e.g: # # [source,python] # ---- - # radiusd.config['name'] - # radiusd.config['sub-config']['name'] + # freeradius.config['name'] + # freeradius.config['sub-config']['name'] # ---- # # config {