Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1001 Bytes

LdapConf.md

File metadata and controls

18 lines (14 loc) · 1001 Bytes

LdapConf

Properties

Name Type Description Notes
ldap_url str The url of ldap service. [optional]
ldap_search_dn str The search dn of ldap service. [optional]
ldap_search_password str The search password of ldap service. [optional]
ldap_base_dn str The base dn of ldap service. [optional]
ldap_filter str The serach filter of ldap service. [optional]
ldap_uid str The serach uid from ldap service attributes. [optional]
ldap_scope int The serach scope of ldap service. [optional]
ldap_connection_timeout int The connect timeout of ldap service(second). [optional]
ldap_verify_cert bool Verify Ldap server certificate. [optional]

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