Re: NetworkManager-0.8.1 and computerauthentication

2014-04-04 Thread Omer Faruk SEN
Hello all, I see that Ubuntu mistakenly do that. http://ubuntuforums.org/showthread.php?t=2202941 Sending host/machine_name mistakenly then I see that it is achieved NetworkManager but i am trying to figure out how can i do that on rhel since rhel NetworkManager on RHEL6 uses at

Re: NetworkManager-0.8.1 and computerauthentication

2014-04-04 Thread Dan Winship
On 04/03/2014 10:00 AM, Omer Faruk SEN wrote: Hello, I want to ask how can i use Computer Authentication on NetworkManager-0.8.1. Is this a supported mode? If so where can i configure it on the NM GUI? I think that's something you'd do with samba (probably specifically the samba-winbind

Re: NetworkManager-0.8.1 and computerauthentication

2014-04-04 Thread Omer Faruk SEN
Hello Dan, AFAIK this EAP identity package was sent by 802.1x supplicant so as far as I know it is Network Manager to do this so i think it is NM that sends user/pass or machine name as host/machine.name Regards On Fri, Apr 4, 2014 at 3:26 PM, Dan Winship d...@gnome.org wrote: On 04/03/2014

Re: NetworkManager-0.8.1 and computerauthentication

2014-04-04 Thread Dan Winship
On 04/04/2014 10:23 AM, Omer Faruk SEN wrote: Hello Dan, AFAIK this EAP identity package was sent by 802.1x supplicant so as far as I know it is Network Manager to do this so i think it is NM that sends user/pass or machine name as host/machine.name http://machine.name Ah. I don't know all

[PATCH] core: log when removing devices

2014-04-04 Thread Dan Williams
Nothing logs when and why devices get removed, if they never change from the UNMANAGED state. --- src/nm-manager.c | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/src/nm-manager.c b/src/nm-manager.c index 9d08b89..255113c 100644 --- a/src/nm-manager.c

Re: [PATCH 1/1] platform: extract common fields of IPv4/IPv6 addresses and routes to base struct

2014-04-04 Thread Dan Williams
On Thu, 2014-04-03 at 14:23 +0200, Thomas Haller wrote: Especially the calculation of timestamps is identicall for addresses. By creating a base struct, we can use the same code for that, because NMPlatformIP4Address and NMPlatformIP6Address can now both be treated as NMPlatformIPAddress (and

Re: [PATCH 1/1] platform: extract common fields of IPv4/IPv6 addresses and routes to base struct

2014-04-04 Thread Thomas Haller
On Fri, 2014-04-04 at 15:13 -0500, Dan Williams wrote: On Thu, 2014-04-03 at 14:23 +0200, Thomas Haller wrote: Especially the calculation of timestamps is identicall for addresses. By creating a base struct, we can use the same code for that, because NMPlatformIP4Address and

Re: [PATCH] core: log when removing devices

2014-04-04 Thread Thomas Haller
On Fri, 2014-04-04 at 15:09 -0500, Dan Williams wrote: Nothing logs when and why devices get removed, if they never change from the UNMANAGED state. --- src/nm-manager.c | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) I like this patch Acked-by: Thomas

[applet PATCH] wwan: make sure MM1 object signals are disconnected (rh #1083727)

2014-04-04 Thread Dan Williams
Otherwise if something else holds a reference to info-mm_modem, we could end up triggering signal handlers after we've disposed of 'info'. --- src/applet-device-broadband.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/applet-device-broadband.c

Re: [PATCH 1/1] platform: extract common fields of IPv4/IPv6 addresses and routes to base struct

2014-04-04 Thread Dan Williams
On Fri, 2014-04-04 at 23:02 +0200, Thomas Haller wrote: On Fri, 2014-04-04 at 15:13 -0500, Dan Williams wrote: On Thu, 2014-04-03 at 14:23 +0200, Thomas Haller wrote: Especially the calculation of timestamps is identicall for addresses. By creating a base struct, we can use the same code

Re: [PATCH 1/1] platform: extract common fields of IPv4/IPv6 addresses and routes to base struct

2014-04-04 Thread Thomas Haller
On Fri, 2014-04-04 at 16:24 -0500, Dan Williams wrote: On Fri, 2014-04-04 at 23:02 +0200, Thomas Haller wrote: On Fri, 2014-04-04 at 15:13 -0500, Dan Williams wrote: On Thu, 2014-04-03 at 14:23 +0200, Thomas Haller wrote: Especially the calculation of timestamps is identicall for