Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- Navigate to **System Settings > Authentication Settings > LDAP**

!!! info ""
- To configure LDAP TLS certificates, upload `ldap_ca.pem`, `ldap_cert.pem`, and `ldap_cert.key` files to the JumpServer `/data/jumpserver/core/data/certs` directory, then restart JumpServer using the command `jmsctl restart`.
- To configure LDAP TLS certificates, upload `ldap_ca.pem`, `ldap_cert.pem`, and `ldap_cert.key` files to the JumpServer `/opt/jumpserver/config/certs` directory, then restart JumpServer using the command `jmsctl restart`.

!!! tip ""
Detailed parameter descriptions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- 导航至 **系统设置 > 认证设置 > LDAP**

!!! info ""
- 若需配置 LDAP TLS 证书,请将 `ldap_ca.pem、ldap_cert.pem、ldap_cert.key` 文件上传至 JumpServer 服务器 `/data/jumpserver/core/data/certs` 目录,然后通过命令 `jmsctl restart` 重启 JumpServer 服务。
- 若需配置 LDAP TLS 证书,请将 `ldap_ca.pem、ldap_cert.pem、ldap_cert.key` 文件上传至 JumpServer 服务器 `/opt/jumpserver/config/certs` 目录,然后通过命令 `jmsctl restart` 重启 JumpServer 服务。

!!! tip ""
详细参数说明:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- In the **Server Address** field, enter the LDAP HA server URI, such as "ldap://example.com:389" and "ldaps://example.com:636".

!!! info ""
- To configure LDAP TLS certificates, upload `ldap_ca.pem`, `ldap_cert.pem`, and `ldap_cert.key` files to the JumpServer `/data/jumpserver/core/data/certs` directory, then restart JumpServer using the command `jmsctl restart`.
- To configure LDAP TLS certificates, upload `ldap_ca.pem`, `ldap_cert.pem`, and `ldap_cert.key` files to the JumpServer `/opt/jumpserver/config/certs` directory, then restart JumpServer using the command `jmsctl restart`.

!!! tip ""
- In the **Bind DN** field, enter a user DN with at least query permissions; this permission will be used to query and filter users, for example "cn=admin,dc=example,dc=com".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- 在 **服务端地址** 字段中,键入 LDAP HA 服务器 URI,例如"ldap://example.com:389”和“ldaps://example.com:636"。

!!! info ""
- 若需配置 LDAP TLS 证书,请将 `ldap_ca.pem、ldap_cert.pem、ldap_cert.key` 文件上传至 JumpServer 服务器 `/data/jumpserver/core/data/certs` 目录,然后通过命令 `jmsctl restart` 重启 JumpServer 服务。
- 若需配置 LDAP TLS 证书,请将 `ldap_ca.pem、ldap_cert.pem、ldap_cert.key` 文件上传至 JumpServer 服务器 `/opt/jumpserver/config/certs` 目录,然后通过命令 `jmsctl restart` 重启 JumpServer 服务。

!!! tip ""
- 在 **绑定 DN** 字段中,输入至少具有查询权限的用户 DN,该权限将用于查询和筛选用户,例如“cn=admin,dc=example,dc=com”。
Expand Down