GNOME Bugzilla – Bug 731907
Add support for different authentication methods
Last modified: 2014-06-24 19:06:45 UTC
Created attachment 278759 [details] [review] Patch for adding the authentication method to the DTD Some operators require PAP authentication instead of the more prevalent CHAP. This is particularly true in the case of private APNs for machine to machine communication. Unfortunately, there is no way for modems to know which authentication method the network expects, let alone indicate this to the PPP client. I have recently implemented PAP authentication support in oFono. I also have a patch that will pick up the desired authentication method from m-b-p-i if it is specified. If the method is not specified, the current behaviour of oFono is unchanged and CHAP will be attempted. The attached patch adds support for (optionally) indicating the authentication method to use for the APN to m-b-p-i so that it can be used for automatically provisioning by e.g. oFono and potentially other consumers if they have configurable authentication.
Looks fine to me.
Merged as: https://git.gnome.org/browse/mobile-broadband-provider-info/commit/?id=752ccc5cdb34f427eefc26513a4c8e359883298f Thomas