From: Arran Cudbard-Bell Date: Thu, 20 Jun 2024 23:13:17 +0000 (-0600) Subject: Correct example xlat calls X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88169588072273daf2af4eeeccd5c7e07465dd6f;p=thirdparty%2Ffreeradius-server.git Correct example xlat calls --- diff --git a/doc/antora/modules/reference/pages/unlang/redundant.adoc b/doc/antora/modules/reference/pages/unlang/redundant.adoc index 929eb52b186..2698e3db44d 100644 --- a/doc/antora/modules/reference/pages/unlang/redundant.adoc +++ b/doc/antora/modules/reference/pages/unlang/redundant.adoc @@ -148,9 +148,9 @@ The `sql_and_ldap` redundant section would register the following expansions: - `%sql_and_ldap(...)` which would call `%sql1(...)`, `%sql2(...)`, `%ldap1(...)`, and `%ldap2(...)` -- `%sql_and_ldap.group(...)` which would call `%sql1(...)`, `%sql2(...)` -- `%sql_and_ldap.memberof(...)` which would call `%ldap1(...)`, `%ldap2(...)` -- `%sql_and_ldap.profile(...)` which would call `%ldap1(...)`, `%ldap2(...)` +- `%sql_and_ldap.group(...)` which would call `%sql1.group(...)`, `%sql2.group(...)` +- `%sql_and_ldap.memberof(...)` which would call `%ldap1.memberof(...)`, `%ldap2.memberof(...)` +- `%sql_and_ldap.profile(...)` which would call `%ldap1.profile(...)`, `%ldap2.profile(...)` If the arguments passed to the redundant expansion are not compatible with _all_ the module expansions it would call, the server will log an