Change UI element for query_scope option to radio button

Change-Id: Ia2d96331104f251d903ffe9893df61fbe757839b
This commit is contained in:
Serhii Lystopad 2016-05-16 07:20:51 +00:00
parent 44156eb215
commit 24e089e76f
1 changed files with 9 additions and 2 deletions

View File

@ -59,9 +59,16 @@ attributes:
query_scope:
value: 'one'
label: 'LDAP Query Scope'
description: 'The LDAP scope for queries, this can be either "one" (onelevel/singleLevel) or "sub" (subtree/wholeSubtree).'
description: 'The LDAP scope for queries.'
weight: 40
type: "text"
type: "radio"
values:
- data: 'one'
label: 'one'
description: 'onelevel/singleLevel scope for LDAP queries'
- data: 'sub'
label: 'sub'
description: 'subtree/wholeSubtree scope for LDAP queries'
user_tree_dn:
value: 'ou=Users,dc=example,dc=com'
label: 'Users Tree DN'