Hi all,
I'm trying to log usernames when users login.
I can see them when they log out, but logging in only shows the interface.
See below;
LOGOUT
Aug 8 10:34:02 202.87.14.51 81279: *Aug 8 00:19:56.756: %VPDN-6-CLOSED: L2TP LNS R1 closed user dude@dude.com.au; Result 2, Error 6, admin-reset/Local Admin Disc
Aug 8 10:34:03 202.87.14.51 81280: *Aug 8 00:19:56.776: %LINK-3-UPDOWN: Interface Virtual-Access13, changed state to down
Aug 8 10:34:03 202.87.14.51 81281: *Aug 8 00:19:57.776: %LINEPROTO-5-UPDOWN: Line protocol on Interface Virtual-Access13, changed state to down
LOGIN
Aug 8 10:34:16 202.87.14.51 81283: *Aug 8 00:20:09.572: %LINK-3-UPDOWN: Interface Virtual-Access3, changed state to up
Aug 8 10:34:16 202.87.14.51 81284: *Aug 8 00:20:10.572: %LINEPROTO-5-UPDOWN: Line protocol on Interface Virtual-Access3, changed state to up
Is it possible to log the username aswell when they login (sending to syslog)?
Thanks