output improvement
Brought to you by:
deksai,
tagishandy
Dear pam-abl Team,
I was testing the latest code available in the git repository and it works very nicely.
I use pam_abl mostly with ssh and have a request regarding pam_abl output:
pam_abl returns object and it's status on separate lines :
pam_abl |less
Failed users:
!@#$%^ (1)
Not blocking
#!p3r0s3@!# (1)
Not blocking
$%PaShPr%$ (1)
Not blocking
because I get quite big output I can't easily filter it ( or i need to use something like grep -A2 -B2 to see more lines around an interesting pattern )
I think it will be better to place it on one line.
Thanks,
Alex
yes, I've been thinking about a way to customize the output.
I use it in an automatic way, where the output is parsed using regexes and diplayed on a webpage. But I have been thinking about making the seperators (between users/hosts/attempts) customizable, thus making the machine processing easier.
Did you have any suggestions regarding the desired output?
Fixed in the latest git push