You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/tooling/tcm/tcm_access_control/tcm_ldap_auth.rst
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,22 @@ of LDAP users in |tcm| are defined by LDAP group mapping.
18
18
19
19
Both LDAP and secure LDAPS (LDAP over TLS) protocols are supported.
20
20
21
+
21
22
.. _tcm_ldap_auth_enable:
22
23
23
24
Enabling LDAP authentication
24
25
----------------------------
25
26
27
+
LDAP authentication can be enabled using either of two configuration methods:
28
+
29
+
- :ref:`Enabling via CLI <tcm_ldap_auth_enable_cli>` -- set the ``security.auth`` option to include ldap in the TCM YAML config or as a CLI flag.
30
+
- :ref:`Enabling via web interface <tcm_ldap_auth_enable_ui>` -- starting from version 1.4.0, you can enable LDAP authentication interactively in the TCM UI.
31
+
32
+
.. _tcm_ldap_auth_enable_cli:
33
+
34
+
Via CLI
35
+
~~~~~~~
36
+
26
37
To allow LDAP user authentication in |tcm|, enable the ``ldap`` authentication method
27
38
in the :ref:`security.auth <tcm_configuration_reference_security_auth>` configuration option before startup:
28
39
@@ -45,6 +56,19 @@ in the :ref:`security.auth <tcm_configuration_reference_security_auth>` configur
45
56
If both authentication methods -- LDAP and local -- are enabled, |tcm| tries them
46
57
for each login attempt in the order they are specified in the configuration.
47
58
59
+
.. _tcm_ldap_auth_enable_ui:
60
+
61
+
Via web interface
62
+
~~~~~~~~~~~~~~~~~
63
+
64
+
To enable LDAP authentication using the TCM web interface:
65
+
66
+
1. Click the user icon in the top-right corner of the screen.
67
+
2. Select **Settings** from the dropdown menu.
68
+
3. Navigate to the **Authentication methods** tab.
0 commit comments