你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LdapConfigurationPatch interface

PATCH作的 LDAP 配置(无默认值)

属性

bindAuthenticationLevel

绑定 LDAP 服务器时使用的认证级别默认为匿名。

bindDN

区分名称(DN)用于绑定,如执行LDAP操作。

bindPasswordAkvConfig

Azure 密钥保管库 配置中存储了 Bind DN(Distinguished Name)用户密码。

certificateCNHost

生成证书时使用的 CN 主机名,LDAP Over TLS 需要 CN 主机名才能创建 DNS 主机条目。

domain

LDAP 配置域的名称

ldapOverTLS

指定是否需要通过 TLS 保护 LDAP 流量。

ldapServers

LDAP 域的 LDAP 服务器 IP 地址列表(仅限 IPv4)。

serverCACertificate

启用基于 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