From e21787e68adcf45161a6c257ea714b279485528a Mon Sep 17 00:00:00 2001 From: yhua Date: Fri, 20 Jan 2017 16:15:56 +0800 Subject: [PATCH] update swagger.yaml --- docs/swagger.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 3b125b55b..9b66b5f47 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -1827,13 +1827,13 @@ definitions: ldap_url: type: string description: The url of ldap service. - ldap_searchdn: + ldap_search_dn: type: string description: The search dn of ldap service. - ldap_search_pwd: + ldap_search_password: type: string description: The search password of ldap service. - ldap_basedn: + ldap_base_dn: type: string description: The base dn of ldap service. ldap_filter: @@ -1846,7 +1846,7 @@ definitions: type: integer format: int64 description: The serach scope of ldap service. - ldap_connect_timeout: + ldap_connection_timeout: type: integer format: int64 description: The connect timeout of ldap service(second).