LdapConfigurationPatch interface
PATCH作的 LDAP 配置(无默认值)
属性
| bind |
绑定 LDAP 服务器时使用的认证级别默认为匿名。 |
| bindDN | 区分名称(DN)用于绑定,如执行LDAP操作。 |
| bind |
Azure 密钥保管库 配置中存储了 Bind DN(Distinguished Name)用户密码。 |
| certificate |
生成证书时使用的 CN 主机名,LDAP Over TLS 需要 CN 主机名才能创建 DNS 主机条目。 |
| domain | LDAP 配置域的名称 |
| ldap |
指定是否需要通过 TLS 保护 LDAP 流量。 |
| ldap |
LDAP 域的 LDAP 服务器 IP 地址列表(仅限 IPv4)。 |
| server |
启用基于 SSL/TLS 的 LDAP 时,需要 LDAP 客户端具有 base64 编码的 ldap 服务器 CA 证书。 |
属性详细信息
bindAuthenticationLevel
绑定 LDAP 服务器时使用的认证级别默认为匿名。
bindAuthenticationLevel?: string
属性值
string
bindDN
区分名称(DN)用于绑定,如执行LDAP操作。
bindDN?: string
属性值
string
bindPasswordAkvConfig
Azure 密钥保管库 配置中存储了 Bind DN(Distinguished Name)用户密码。
bindPasswordAkvConfig?: BindPasswordAkvConfigPatch
属性值
certificateCNHost
生成证书时使用的 CN 主机名,LDAP Over TLS 需要 CN 主机名才能创建 DNS 主机条目。
certificateCNHost?: null | string
属性值
null | string
domain
LDAP 配置域的名称
domain?: string
属性值
string
ldapOverTLS
指定是否需要通过 TLS 保护 LDAP 流量。
ldapOverTLS?: boolean
属性值
boolean
ldapServers
LDAP 域的 LDAP 服务器 IP 地址列表(仅限 IPv4)。
ldapServers?: string[]
属性值
string[]
serverCACertificate
启用基于 SSL/TLS 的 LDAP 时,需要 LDAP 客户端具有 base64 编码的 ldap 服务器 CA 证书。
serverCACertificate?: string
属性值
string