Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.13 KB

LdapConf.md

File metadata and controls

18 lines (14 loc) · 1.13 KB

LdapConf

Properties

Name Type Description Notes
LdapUrl string The url of ldap service. [optional] [default to null]
LdapSearchDn string The search dn of ldap service. [optional] [default to null]
LdapSearchPassword string The search password of ldap service. [optional] [default to null]
LdapBaseDn string The base dn of ldap service. [optional] [default to null]
LdapFilter string The serach filter of ldap service. [optional] [default to null]
LdapUid string The serach uid from ldap service attributes. [optional] [default to null]
LdapScope int64 The serach scope of ldap service. [optional] [default to null]
LdapConnectionTimeout int64 The connect timeout of ldap service(second). [optional] [default to null]
LdapVerifyCert bool Verify Ldap server certificate. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]