From 8bbea8f2dc9b33d4b80808f11ccd12b47d62b11c Mon Sep 17 00:00:00 2001 From: Rob Swain Date: Wed, 22 Jan 2025 14:57:14 +0000 Subject: [PATCH] fix placeholder formatting (#1495) --- docs/modules/security/pages/security-realms.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/modules/security/pages/security-realms.adoc b/docs/modules/security/pages/security-realms.adoc index 9c2129c62..3a3551b4a 100644 --- a/docs/modules/security/pages/security-realms.adoc +++ b/docs/modules/security/pages/security-realms.adoc @@ -159,11 +159,11 @@ This option is only used when the `role-mapping-mode` option has the value `attr This option is only used when the `role-mapping-mode` option has the value `reverse`. | `role-filter` -| `([role-mapping-attribute]=\{MEMBERDN})` -| LDAP search string which usually contains a placeholder `\{MEMBERDN}` to be -replaced by the provided login name, e.g., `(member=\{MEMBERDN})`. +| `([role-mapping-attribute]=\{memberDN})` +| LDAP search string which usually contains a placeholder `\{memberDN}` to be +replaced by the provided login name, e.g., `(member=\{memberDN})`. -If the role search recursion is enabled (see `role-recursion-max-depth`), the `\{MEMBERDN}` +If the role search recursion is enabled (see `role-recursion-max-depth`), the `\{memberDN}` is replaced by role DNs in the recurrent searches. This option is only used when the `role-mapping-mode` option has the value `reverse`.