]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
The module name is freeradius
authorNick Porter <nick@portercomputing.co.uk>
Tue, 15 Apr 2025 16:54:59 +0000 (17:54 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 21 Apr 2025 11:30:18 +0000 (12:30 +0100)
raddb/mods-available/python

index 51b5299afb688ca2e75820d8752944d29bdf052e..4a59233483cd3186670fb65ffa47fbc6e84b8682 100644 (file)
@@ -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 {