]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Correct example xlat calls
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 20 Jun 2024 23:13:17 +0000 (17:13 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 20 Jun 2024 23:13:17 +0000 (17:13 -0600)
doc/antora/modules/reference/pages/unlang/redundant.adoc

index 929eb52b186ce3f8842971a3520edd4b2dbd02c5..2698e3db44d0b2f0fc956c755f83c6ed396014fd 100644 (file)
@@ -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