LDAP 凭据#
¥LDAP credentials
你可以使用以下凭据验证以下节点:
¥You can use these credentials to authenticate the following nodes:
先决条件#
¥Prerequisites
使用轻量级目录访问协议 (LDAP) 创建一个服务器目录。
¥Create a server directory using Lightweight Directory Access Protocol (LDAP).
一些常见的 LDAP 提供程序包括:
¥Some common LDAP providers include:
支持的身份验证方法#
¥Supported authentication methods
- LDAP 服务器详情
¥LDAP server details
相关资源#
¥Related resources
请参阅你的 LDAP 提供商的文档,了解有关详细信息。
¥Refer to your LDAP provider's own documentation for detailed information.
有关 LDAP 的一般信息,请参阅 LDAP 基本概念 以获取基本概述,并参阅 LDAP 绑定操作 以了解有关绑定操作和身份验证工作原理的信息。
¥For general LDAP information, refer to Basic LDAP concepts for a basic overview and The LDAP Bind Operation for information on how the bind operation and authentication work.
使用 LDAP 服务器详细信息#
¥Using LDAP server details
要配置此凭据,你需要:
¥To configure this credential, you'll need:
- LDAP 服务器地址使用 LDAP 服务器的 IP 地址或域名。
¥The LDAP Server Address: Use the IP address or domain of your LDAP server.
- LDAP 服务器端口使用用于连接到 LDAP 服务器的端口号。
¥The LDAP Server Port: Use the number of the port used to connect to the LDAP server.
- 绑定 DN:使用 LDAP 服务器的绑定专有名称 (Bind DN)。这是凭据应登录的用户账户。如果你使用 Active Directory,则此值可能类似于
cn=administrator, cn=Users, dc=n8n, dc=io。请参阅你的 LDAP 提供商的文档,了解有关识别此 DN 和相关密码的更多信息。
¥The Binding DN: Use the Binding Distinguished Name (Bind DN) for your LDAP server. This is the user account the credential should log in as. If you're using Active Directory, this may look something like cn=administrator, cn=Users, dc=n8n, dc=io. Refer to your LDAP provider's documentation for more information on identifying this DN and the related password.
- 绑定密码:使用绑定 DN 用户的密码。
¥The Binding Password: Use the password for the Binding DN user.
- 选择“连接安全”:选项包括:
¥Select the Connection Security: Options include:
-
None -
TLS -
STARTTLS -
可选的:输入一个以秒为单位的数值,用于设置连接超时时间。
¥Optional: Enter a numeric value in seconds to set a Connection Timeout.