Skip to content

Commit 43c7126

Browse files
committed
CLOUDSTACK-1495:lDAP:UI:change the UI field name bind username
1 parent f2713aa commit 43c7126

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/scripts/globalSettings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134

135135
title: 'Configure LDAP',
136136
fields:{
137-
name:{label: 'Bind Username' , validation: {required:true} },
137+
name:{label: 'Bind DN' , validation: {required:true} },
138138
password: {label: 'Bind Password', validation: {required: true },isPassword:true },
139139
hostname: {label:'Hostname' , validation:{required:true}},
140140
queryfilter: {label:'Query Filter' , validation: {required:true}},

0 commit comments

Comments
 (0)