Re: NM's upstream build error!



On Thu, 2008-03-20 at 10:50 +0800, Charles Li wrote:
> hi,
> 
> parser.c: In function 'read_wpa_eap_settings':
> parser.c:443: error: 'NMSettingWirelessSecurity' has no member named 'eap'
> parser.c:452: error: 'NMSettingWirelessSecurity' has no member named 'identity'
> parser.c:460: error: 'NMSettingWirelessSecurity' has no member named
> 'anonymous_identity'
> make[4]: *** [libnm_settings_plugin_ifcfg_suse_la-parser.lo] Error 1
> make[4]: Leaving directory
> `/media/source/NetworkManager-upstream/NetworkManager/system-settings/plugins/ifcfg-suse'

Tambet said he was going to try to fix this, but since he's on vacation
for a bit...

If you'd like to give it a try, this is a result of the
wireless-security -> 802.1x split.  For old-school LEAP (ie, the 802.11
auth mode is 'leap' and 802.1x isn't used), the LEAP username goes in
wsec->leap_username, and the password goes in wsec->leap_password.

To fix the specific errors above, you'll want to create an
NMSetting8021x object and fill that with the values above.

Dan



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