Skip to content

Commit

Permalink
Fix memberDN notation (#1468)
Browse files Browse the repository at this point in the history
Clean version of #1310
  • Loading branch information
oliverhowell authored Jan 15, 2025
1 parent 97fdd33 commit e83a30d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/modules/security/pages/ldap-authentication.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,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`.
Expand Down

0 comments on commit e83a30d

Please sign in to comment.