3GPP mandated CHAP to be used as the default
---
plugins/file-provision.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/file-provision.c b/plugins/file-provision.c
index 37fac0e3..a3829a34 100644
--- a/plugins/file-provision.c
+++ b/plugins/file-provision.c
@@ -94,7 +94,7 @@ static int config_file_provision_get_settings(const char *mcc,
(*settings)[0].password = value;
/* select default authentication method */
- (*settings)[0].auth_method = OFONO_GPRS_AUTH_METHOD_NONE;
+ (*settings)[0].auth_method = OFONO_GPRS_AUTH_METHOD_CHAP;
value = g_key_file_get_string(key_file, setting_group,
"internet.AuthenticationMethod", NULL);
--
2.30.2
_______________________________________________
ofono mailing list -- [email protected]
To unsubscribe send an email to [email protected]