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”。