From 44ea387f02104c1186f31cc6962738cdf5b8d63e Mon Sep 17 00:00:00 2001 From: kunw Date: Mon, 27 Feb 2017 19:12:19 +0800 Subject: [PATCH] Updates for configuration ldap scope. --- .../js/components/system-management/configuration.directive.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/static/resources/js/components/system-management/configuration.directive.js b/src/ui/static/resources/js/components/system-management/configuration.directive.js index 7a270c6f2..a0ac6a7ad 100644 --- a/src/ui/static/resources/js/components/system-management/configuration.directive.js +++ b/src/ui/static/resources/js/components/system-management/configuration.directive.js @@ -300,6 +300,7 @@ var keyset = [ {'name': 'ldapURL' , 'attr': 'ldap_url'}, {'name': 'ldapSearchDN', 'attr': 'ldap_search_dn'}, + {'name': 'ldapScope' , 'attr': 'ldap_scope'}, {'name': 'ldapSearchPassword' , 'attr': 'ldap_search_password'}, {'name': 'ldapConnectionTimeout', 'attr': 'ldap_connection_timeout'} ];