Re: [systemd-devel] [PATCH] sysusers: remove additional finger information from gecos

2015-02-07 Thread Sami Kerola
On 7 February 2015 at 23:50, Mantas Mikulėnas wrote: > On Sun, Feb 8, 2015 at 1:38 AM, Sami Kerola wrote: >> >> This change removes garbage from authentication messages if chfn(1) has >> been used. For example; >> >> $ timedatectl set-timezone Europe/London >> [...] >> Authenticating as: Sami Ke

Re: [systemd-devel] [PATCH] sysusers: remove additional finger information from gecos

2015-02-07 Thread Mantas Mikulėnas
On Sun, Feb 8, 2015 at 1:38 AM, Sami Kerola wrote: > This change removes garbage from authentication messages if chfn(1) has > been used. For example; > > $ timedatectl set-timezone Europe/London > [...] > Authenticating as: Sami Kerola,office,officephone,homephone, (kerolasa) > --- > src/sysus

[systemd-devel] [PATCH] sysusers: remove additional finger information from gecos

2015-02-07 Thread Sami Kerola
This change removes garbage from authentication messages if chfn(1) has been used. For example; $ timedatectl set-timezone Europe/London [...] Authenticating as: Sami Kerola,office,officephone,homephone, (kerolasa) --- src/sysusers/sysusers.c | 4 1 file changed, 4 insertions(+) diff --git