Skip to main content
Element Software
12.5 and 12.7
简体中文版经机器翻译而成,仅供参考。如与英语版出现任何冲突,应以英语版为准。

ldapConfiguration

贡献者

ldapConfiguration 对象包含有关存储系统上的 LDAP 配置的信息。您可以使用 GetLdapConfiguration API 方法检索 LDAP 信息。

对象成员

此对象包含以下成员:

Name Description Type

AuthType

标识要使用的用户身份验证方法。可能值:

  • DirectBind

  • SearchAndBind

string

enabled

标识是否为系统配置了 LDAP 。可能值:

  • true

  • false

boolean

groupSearchBaseDN

用于开始组搜索的树的基础 DN (系统将从此处执行子树搜索)。

string

groupSearchCustomFilter

使用的自定义搜索筛选器。

string

groupSearchType

控制使用的默认组搜索筛选器。可能值:

  • NoGroups :无组支持。

  • ActiveDirectory :用户的所有 AD 组的嵌套成员资格。

  • MemberDN : MemberDN 样式的组(单层)。

string

searchBindDN

用于登录以对用户执行 LDAP 搜索的完全限定 DN (需要对 LDAP 目录具有读取访问权限)。

string

服务器 URI

LDAP 服务器 URI 的逗号分隔列表(例如, ldap : //1.2.3.4ldaps : //1.2.3.4 : 123 。)

string

userDNTemplate

用于构成完全限定用户 DN 的字符串。

string

userSearchBaseDN

用于开始搜索的树的基础 DN (将从此处执行子树搜索)。

string

userSearchFilter

使用的 LDAP 筛选器。

string

了解更多信息