From 6d6316c8f4e8fb5ab6e4105413ac574f060079c9 Mon Sep 17 00:00:00 2001 From: shouzhiyuxian <2512941932@qq.com> Date: Wed, 15 Jul 2026 15:51:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9LDAP=20TLS=E8=AF=81=E4=B9=A6?= =?UTF-8?q?=E5=AD=98=E6=94=BE=E4=BD=8D=E7=BD=AE=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/system_settings/authentication_settings/LDAP.en.md | 2 +- .../admin/system_settings/authentication_settings/LDAP.md | 2 +- .../admin/system_settings/authentication_settings/LDAPHA.en.md | 2 +- .../admin/system_settings/authentication_settings/LDAPHA.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/admin/system_settings/authentication_settings/LDAP.en.md b/docs/manual/admin/system_settings/authentication_settings/LDAP.en.md index a34ca15e..f16023dc 100644 --- a/docs/manual/admin/system_settings/authentication_settings/LDAP.en.md +++ b/docs/manual/admin/system_settings/authentication_settings/LDAP.en.md @@ -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: diff --git a/docs/manual/admin/system_settings/authentication_settings/LDAP.md b/docs/manual/admin/system_settings/authentication_settings/LDAP.md index 48b5a310..56eeee04 100644 --- a/docs/manual/admin/system_settings/authentication_settings/LDAP.md +++ b/docs/manual/admin/system_settings/authentication_settings/LDAP.md @@ -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 "" 详细参数说明: diff --git a/docs/manual/admin/system_settings/authentication_settings/LDAPHA.en.md b/docs/manual/admin/system_settings/authentication_settings/LDAPHA.en.md index d0047b3b..5e44479c 100644 --- a/docs/manual/admin/system_settings/authentication_settings/LDAPHA.en.md +++ b/docs/manual/admin/system_settings/authentication_settings/LDAPHA.en.md @@ -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". diff --git a/docs/manual/admin/system_settings/authentication_settings/LDAPHA.md b/docs/manual/admin/system_settings/authentication_settings/LDAPHA.md index a46ab3a6..e2769b1b 100644 --- a/docs/manual/admin/system_settings/authentication_settings/LDAPHA.md +++ b/docs/manual/admin/system_settings/authentication_settings/LDAPHA.md @@ -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”。