]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Use new xlat function syntax
authorNick Porter <nick@portercomputing.co.uk>
Fri, 9 Feb 2024 16:32:54 +0000 (16:32 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 9 Feb 2024 16:32:54 +0000 (16:32 +0000)
src/modules/rlm_winbind/rlm_winbind.c

index 4e96f11e0a4c56fc30c996192eb53584f9727f4c..714a220184b21406aaa184bc5ea3913df800b16a 100644 (file)
@@ -266,7 +266,7 @@ error:
 /** Check if the user is a member of a particular winbind group
  *
 @verbatim
-%{winbind.group:<name>}
+%winbind.group(<name>)
 @endverbatim
  *
  * @ingroup xlat_functions
@@ -352,7 +352,7 @@ static int mod_bootstrap(module_inst_ctx_t const *mctx)
        xlat_t                  *xlat;
 
        /*
-        *      Define the new %{winbind.group:name} xlat.  The register
+        *      Define the %winbind.group(name) xlat.  The register
         *      function automatically adds the module instance name
         *      as a prefix.
         */