mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK-1494:ldap tooltips to highlight more information about the query filter
This commit is contained in:
parent
8e29a030f1
commit
41ff6588b5
@ -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',
|
||||
|
||||
@ -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' ,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user