From 24e089e76f32fc3128aea648eb9004afec17a4f6 Mon Sep 17 00:00:00 2001 From: Serhii Lystopad Date: Mon, 16 May 2016 07:20:51 +0000 Subject: [PATCH] Change UI element for query_scope option to radio button Change-Id: Ia2d96331104f251d903ffe9893df61fbe757839b --- environment_config.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/environment_config.yaml b/environment_config.yaml index fc02121..f56127a 100644 --- a/environment_config.yaml +++ b/environment_config.yaml @@ -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'