Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 882 Bytes

LdapConf.md

File metadata and controls

16 lines (13 loc) · 882 Bytes

Harbor2Client::LdapConf

Properties

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