[network-manager-applet/lr/tls-domain-suffix-match-rh1457542: 12/12] editor/wifi: recognize the domain suffix match properties



commit c899c51e7c8b62e9c73f28fcc2ad9c54bf32f0bd
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Fri Jun 9 20:06:02 2017 +0200

    editor/wifi: recognize the domain suffix match properties
    
    We now handle them for all relevant EAP methods.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1457542

 src/connection-editor/page-wifi-security.c |    2 ++
 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 800eabf..19fd285 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
 };
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]