Menu

#34 output improvement

v1.0_(example)
closed-fixed
nobody
None
5
2017-09-29
2013-05-29
No

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

Discussion

  • danta

    danta - 2013-05-29

    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?

     
  • Chris

    Chris - 2017-09-29
    • status: open --> closed-fixed
     
  • Chris

    Chris - 2017-09-29

    Fixed in the latest git push