| 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] |