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 服务器详情
相关资源(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 地址或域名。
- LDAP 服务器端口:使用用于连接 LDAP 服务器的端口号。
- 绑定 DN:使用 LDAP 服务器的绑定专用名称(Bind DN)。这是凭证用于登录的用户账户。如果你使用的是 Active Directory,这可能类似于
cn=administrator, cn=Users, dc=n8n, dc=io。有关识别此 DN 及相关密码的更多信息,请参阅你的 LDAP 提供商的文档。 - 绑定密码:使用 绑定 DN 用户的密码。
- 选择 连接安全性:选项包括:
NoneTLSSTARTTLS
- 可选: 输入一个以秒为单位的数字值来设置连接超时。