Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2006 15:09:45 -0800
From:      Darren Pilgrim <darren.pilgrim@bitfreak.org>
To:        Garance A Drosehn <gad@FreeBSD.org>
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: PROPOSAL for periodic/security/800.loginfail
Message-ID:  <441DE4B9.8080708@bitfreak.org>
In-Reply-To: <p0623092ac0430191eb5b@[128.113.24.47]>
References:  <99353.1142604012@critter.freebsd.dk> <p0623092ac0430191eb5b@[128.113.24.47]>

next in thread | previous in thread | raw e-mail | index | archive | help
Garance A Drosehn wrote:
 >
 > When printing the user-specific information, it only prints
 > the second line of "to users: " when there was more than one
 > userid found.  If only one userid was found, then it just
 > tacks something like "u: root*3" on the first line.

A common, single-line format would make automated parsing simpler.
Instead of entries like this:

       5 from 127.0.225.154              @ 14:39 -> 14:40 Dec 28
         to users: root*3 + 1 others
       3 from 127.0.73.182               @ 21:57 -> 21:58 Dec 26   u: root*3

Do something like this:

       5 from 127.0.225.154              @ 14:39 -> 14:40 Dec 28   to users: root*3 + 1 others
       3 from 127.0.73.182               @ 21:57 -> 21:58 Dec 26   to users: root*3




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?441DE4B9.8080708>