CLOUDSTACK-1495:lDAP:UI:change the UI field name bind username

Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/43c7126c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/43c7126c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/43c7126c

Branch: refs/heads/ui-multiple-nics
Commit: 43c7126c0788d704b4a478e5a41e5787bb7be926
Parents: f2713aa
Author: Pranav Saxena <[email protected]>
Authored: Mon Mar 4 17:25:03 2013 +0530
Committer: Pranav Saxena <[email protected]>
Committed: Mon Mar 4 17:25:03 2013 +0530

----------------------------------------------------------------------
 ui/scripts/globalSettings.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/43c7126c/ui/scripts/globalSettings.js
----------------------------------------------------------------------
diff --git a/ui/scripts/globalSettings.js b/ui/scripts/globalSettings.js
index 0f573d8..912dde7 100644
--- a/ui/scripts/globalSettings.js
+++ b/ui/scripts/globalSettings.js
@@ -134,7 +134,7 @@
                     
                     title: 'Configure LDAP',
                     fields:{
-                        name:{label: 'Bind Username' , validation: 
{required:true} },
+                        name:{label: 'Bind DN' , validation: {required:true} },
                         password: {label: 'Bind Password', validation: 
{required: true },isPassword:true },
                         hostname: {label:'Hostname' , 
validation:{required:true}},
                         queryfilter: {label:'Query Filter' , validation: 
{required:true}},

Reply via email to