Skip to content

Commit

Permalink
Update swagger.yaml to add ldap group config parameters
Browse files Browse the repository at this point in the history
Parameters include:
ldap_group_attribute_name
ldap_group_base_dn
ldap_group_search_filter
ldap_group_search_scope
  • Loading branch information
stonezdj committed May 3, 2018
1 parent 4c192ae commit 19c27cd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3470,6 +3470,18 @@ definitions:
ldap_timeout:
type: integer
description: timeout in seconds for connection to LDAP server.
ldap_group_attribute_name:
type: string
description: The attribute which is used as identity of the LDAP group, default is cn.
ldap_group_base_dn:
type: string
description: The base DN to search LDAP group.
ldap_group_search_filter:
type: string
description: The filter to search the ldap group.
ldap_group_search_scope:
type: integer
description: The scope to search ldap. '0-LDAP_SCOPE_BASE, 1-LDAP_SCOPE_ONELEVEL, 2-LDAP_SCOPE_SUBTREE'
project_creation_restriction:
type: string
description: >-
Expand Down

0 comments on commit 19c27cd

Please sign in to comment.