summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-06-09 20:06:02 +0200
committerLubomir Rintel <lkundrak@v3.sk>2017-06-13 15:02:26 +0200
commit417c335b3d7d71c6f218ee6d4f363905e9509804 (patch)
tree4d3dc085cf39382b23234663784e5d1e8d9f6e0b
parentf38d12fec9a54c88b85df4d69f233814bd5f57c5 (diff)
downloadnetwork-manager-applet-lr/tls-domain-suffix-match-rh1457542.tar.gz
editor/wifi: recognize the domain suffix match propertieslr/tls-domain-suffix-match-rh1457542
We now handle them for all relevant EAP methods. https://bugzilla.redhat.com/show_bug.cgi?id=1457542
-rw-r--r--src/connection-editor/page-wifi-security.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/connection-editor/page-wifi-security.c b/src/connection-editor/page-wifi-security.c
index 800eabf1..19fd285d 100644
--- a/src/connection-editor/page-wifi-security.c
+++ b/src/connection-editor/page-wifi-security.c
@@ -87,6 +87,8 @@ static const char *known_8021x_props[] = {
NM_SETTING_802_1X_PHASE2_PRIVATE_KEY,
NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD,
NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD_FLAGS,
+ NM_SETTING_802_1X_DOMAIN_SUFFIX_MATCH,
+ NM_SETTING_802_1X_PHASE2_DOMAIN_SUFFIX_MATCH,
NULL
};