CLOUDSTACK-1494:ldap tooltips to highlight more information about the query filter

This commit is contained in:
Pranav Saxena 2013-03-08 20:52:23 +05:30
parent 8e29a030f1
commit 41ff6588b5
2 changed files with 10 additions and 1 deletions

View File

@ -16,6 +16,15 @@
// under the License.
cloudStack.docs = {
//Ldap
helpLdapQueryFilter: {
desc:'Query filter is used to find a mapped user in the external LDAP server.Cloudstack provides some wildchars to represent the unique attributes in its database . Example - If Cloudstack account-name is same as the LDAP uid, then following will be a valid filter: Queryfilter : (&(uid=%u) , Queryfilter: .incase of Active Directory , Email _ID :(&(mail=%e)) , displayName :(&(displayName=%u)',
externalLink:''
},
//IP Reservation tooltips
helpIPReservationCidr: {
desc:'Edit CIDR when you want to configure IP Reservation in isolated guest Network',

View File

@ -137,7 +137,7 @@
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}},
queryfilter: {label:'Query Filter' , validation: {required:true} , docID:'helpLdapQueryFilter'},
searchbase: {label:'SearchBase',validation:{required:true}},
ssl: {
label:'SSL' ,