You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (act == ui.actionServiceTimeServers) {vd->setLabel(tr("List of Timeservers")); vd->setValidator(CMST::ValDialog_46d, true);}
234
241
if (act == ui.actionServiceSearchDomains) {vd->setLabel(tr("List of DNS Search Domains")); vd->setValidator(CMST::ValDialog_Dom, true);}
235
242
if (act == ui.actionServiceDomain) {vd->setLabel(tr("Domain name to be used")); vd->setValidator(CMST::ValDialog_Dom);}
236
-
if (act == ui.actionWifiName) {vd->setLabel(tr("Enter the string representation of an 802.11 SSID.")); vd->setValidator(CMST::ValDialog_Wd);}
243
+
if (act == ui.actionWifiName) {vd->setLabel(tr("Enter the string representation of an 802.11 SSID.")); vd->setValidator(CMST::ValDialog_Word);}
244
+
if (act == ui.actionWifiSubjectMatch) { vd->setLabel(tr("Substring to be matched against the subject of the authentication server")); vd->setValidator(CMST::ValDialog_Word);}
245
+
if (act == ui.actionWifiAltSubjectMatch) {vd->setLabel(tr("List of entries to be matched against the alternative subject name.")); vd->setValidator(CMST::ValDialog_Word, true); delim=';';}
246
+
if (act == ui.actionWifiDomainMatch) {vd->setLabel(tr("A fully qualified domain name used as a full match requirement for the authentication server")); vd->setValidator(CMST::ValDialog_Dom);}
247
+
if (act == ui.actionWifiDomainSuffixMatch) {vd->setLabel(tr("A fully qualified domain name used as a suffix match requirement for the authentication server")); vd->setValidator(CMST::ValDialog_Dom);}
Copy file name to clipboardExpand all lines: apps/cmstapp/code/provisioning/ui/provisioning_editor.ui
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -394,6 +394,30 @@
394
394
<string>Substring to be matched against the subject of the authentication server certificate for EAP</string>
395
395
</property>
396
396
</action>
397
+
<actionname="actionWifiAltSubjectMatch">
398
+
<propertyname="text">
399
+
<string>AltSubjectMatch</string>
400
+
</property>
401
+
<propertyname="toolTip">
402
+
<string>Semicolon separated string of entries to be matched against the alternative subject name of the authentication server certificate for EAP</string>
403
+
</property>
404
+
</action>
405
+
<actionname="actionWifiDomainSuffixMatch">
406
+
<propertyname="text">
407
+
<string>DomainSuffixMatch</string>
408
+
</property>
409
+
<propertyname="toolTip">
410
+
<string>A FQDN used as a suffix match requirement for the authentication server.</string>
411
+
</property>
412
+
</action>
413
+
<actionname="actionWifiDomainMatch">
414
+
<propertyname="text">
415
+
<string>DomainMatch</string>
416
+
</property>
417
+
<propertyname="toolTip">
418
+
<string>A FQDN used as a full match requirement for the authentication server.</string>
0 commit comments