Package: libpam-abl
Version: 0.6.0-5

Description:
I cannot run a simple shell script:
I have the following options in my "/etc/security/pam_abl.conf":
  user_rule=*:3/1h
  host_rule=*:5/5h
  host_purge=1d
  user_purge=1d
  limits=100-300
  user_db=/var/lib/abl/users.db
  host_db=/var/lib/abl/hosts.db
  user_clear_cmd=[logger] [clear] [user] [%u]
  host_clear_cmd=[/tmp/brute.sh]
  host_block_cmd=[/tmp/brute.sh]
  user_clear_cmd=[/tmp/brute.sh]
  user_block_cmd=[/tmp/brute.sh]
  host_whitelist=localhost
  user_whitelist=
  db_home=/var/lib/abl

The result of the command "pam_abl -d" is:
  host_block_cmd: "/tmp/brute.sh"
  host_clear_cmd: "/tmp/brute.sh"
  user_block_cmd: "/tmp/brute.sh"
  user_clear_cmd: "/tmp/brute.sh"

The content of "/tmp/brute.sh"
  #!/bin/bash
  echo START >> /tmp/PAM_abl_env.txt
  env >> /tmp/PAM_abl_env.txt

Is this a bug or am I missing something?

Reply via email to