Skip to content

Commit

Permalink
Review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
p7nov committed Aug 28, 2024
1 parent a3c8269 commit 3484189
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/tooling/tcm/tcm_access_control/tcm_ldap_auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ fill in the fields of the **Queries** step:
this LDAP configuration. When a user enters their username on the login page,
|tcm| matches it against username regular expressions of all enabled LDAP
configurations and selects the one to use for this user authentication.

Example: a regex to match employee email addresses within the specified domain.

.. code-block:: text
Expand All @@ -121,6 +122,7 @@ fill in the fields of the **Queries** step:
- (Optional) **Template DN**. A template for building a DN to send in an authentication bind request.
Use the numbers in curly braces as placeholders to replace with username regex parts:
``{0}``, ``{1}``, and so on.

Example:

.. code-block:: text
Expand All @@ -142,6 +144,7 @@ fill in the fields of the **Queries** step:
Example:

.. code-block:: text
``(&(objectCategory=person)(objectClass=user)(cn={0}))``
Expand Down

0 comments on commit 3484189

Please sign in to comment.