From nobody@FreeBSD.org  Mon Jul 23 12:17:49 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 407B416A417
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 23 Jul 2007 12:17:49 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (unknown [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 1F15A13C45D
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 23 Jul 2007 12:17:49 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l6NCHm23019482
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 23 Jul 2007 12:17:48 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l6NCHmTY019481;
	Mon, 23 Jul 2007 12:17:48 GMT
	(envelope-from nobody)
Message-Id: <200707231217.l6NCHmTY019481@www.freebsd.org>
Date: Mon, 23 Jul 2007 12:17:48 GMT
From: Alex Keda <admin@lissyara.su>
To: freebsd-gnats-submit@FreeBSD.org
Subject: pam module pam_abl not working
X-Send-Pr-Version: www-3.0

>Number:         114825
>Category:       ports
>Synopsis:       pam module security/pam_abl not working
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 23 12:20:01 GMT 2007
>Closed-Date:    Mon May 19 05:00:29 UTC 2008
>Last-Modified:  Sun Jan 30 18:50:09 UTC 2011
>Originator:     Alex Keda
>Release:        6.2-STABLE
>Organization:
ussr
>Environment:
FreeBSD dag.biz.moskb.local 6.2-STABLE FreeBSD 6.2-STABLE #4: Fri Jul  6 19:46:42 MSD 2007     root@dag.biz.moskb.local:/usr/obj/usr/src/sys/C01  i386

>Description:
On compilation - warnings:
pwd
/usr/ports/security/pam_abl
dag# make
===>  WARNING: Vulnerability database out of date, checking anyway
===>  Extracting for pam_abl-0.2.3
=> MD5 Checksum OK for pam_abl-0.2.3.tar.gz.
=> SHA256 Checksum OK for pam_abl-0.2.3.tar.gz.
===>  Patching for pam_abl-0.2.3
===>  Applying FreeBSD patches for pam_abl-0.2.3
===>   pam_abl-0.2.3 depends on shared library: db-4.2.2 - found
===>  Configuring for pam_abl-0.2.3
===>  Building for pam_abl-0.2.3
cc -Wall -fPIC -I/usr/local/include -c pam_abl.c
pam_abl.c: In function `pam_sm_authenticate':
pam_abl.c:363: warning: passing arg 3 of `pam_get_data' from incompatible pointer type
cc -Wall -fPIC -I/usr/local/include -c log.c
cc -Wall -fPIC -I/usr/local/include -c config.c
cc -Wall -fPIC -I/usr/local/include -c rule.c
ld -x --shared -L/usr/local/lib -ldb-4.2 -lpthread -o pam_abl.so pam_abl.o log.o config.o rule.o
for d in tools ; do cd $d && make all && cd .. ; done
cc -Wall -I/usr/local/include -c log.c
/usr/include/security/pam_modules.h:57: warning: 'pam_sm_acct_mgmt' declared `static' but never defined
/usr/include/security/pam_modules.h:65: warning: 'pam_sm_authenticate' declared `static' but never defined
/usr/include/security/pam_modules.h:73: warning: 'pam_sm_chauthtok' declared `static' but never defined
/usr/include/security/pam_modules.h:81: warning: 'pam_sm_close_session' declared `static' but never defined
/usr/include/security/pam_modules.h:89: warning: 'pam_sm_open_session' declared `static' but never defined
/usr/include/security/pam_modules.h:97: warning: 'pam_sm_setcred' declared `static' but never defined
cc -Wall -I/usr/local/include -c config.c
/usr/include/security/pam_modules.h:57: warning: 'pam_sm_acct_mgmt' declared `static' but never defined
/usr/include/security/pam_modules.h:65: warning: 'pam_sm_authenticate' declared `static' but never defined
/usr/include/security/pam_modules.h:73: warning: 'pam_sm_chauthtok' declared `static' but never defined
/usr/include/security/pam_modules.h:81: warning: 'pam_sm_close_session' declared `static' but never defined
/usr/include/security/pam_modules.h:89: warning: 'pam_sm_open_session' declared `static' but never defined
/usr/include/security/pam_modules.h:97: warning: 'pam_sm_setcred' declared `static' but never defined
cc -Wall -I/usr/local/include -c rule.c
/usr/include/security/pam_modules.h:57: warning: 'pam_sm_acct_mgmt' declared `static' but never defined
/usr/include/security/pam_modules.h:65: warning: 'pam_sm_authenticate' declared `static' but never defined
/usr/include/security/pam_modules.h:73: warning: 'pam_sm_chauthtok' declared `static' but never defined
/usr/include/security/pam_modules.h:81: warning: 'pam_sm_close_session' declared `static' but never defined
/usr/include/security/pam_modules.h:89: warning: 'pam_sm_open_session' declared `static' but never defined
/usr/include/security/pam_modules.h:97: warning: 'pam_sm_setcred' declared `static' but never defined
cc -Wall -I/usr/local/include -c pam_abl.c
/usr/include/security/pam_modules.h:57: warning: 'pam_sm_acct_mgmt' declared `static' but never defined
/usr/include/security/pam_modules.h:65: warning: 'pam_sm_authenticate' declared `static' but never defined
/usr/include/security/pam_modules.h:73: warning: 'pam_sm_chauthtok' declared `static' but never defined
/usr/include/security/pam_modules.h:81: warning: 'pam_sm_close_session' declared `static' but never defined
/usr/include/security/pam_modules.h:89: warning: 'pam_sm_open_session' declared `static' but never defined
/usr/include/security/pam_modules.h:97: warning: 'pam_sm_setcred' declared `static' but never defined
cc -L/usr/local/lib -ldb-4.2 -lpthread -o pam_abl log.o config.o rule.o pam_abl.o
==================
after installation I add to /etc/pam.d/sshd string:
auth required /usr/local/lib/pam_abl.so config=/usr/local/etc/pam_abl.conf

and tried login. On log i see before input incorerect password:
Jul 23 16:19:46 dag pam_abl[86943]: /usr/local/etc/pam_abl.conf: host_db=/var/db/pam_abl/hosts.db
Jul 23 16:19:46 dag pam_abl[86943]: /usr/local/etc/pam_abl.conf: host_purge=2d
Jul 23 16:19:46 dag pam_abl[86943]: /usr/local/etc/pam_abl.conf: host_rule=*:10/1h,30/1d
Jul 23 16:19:46 dag pam_abl[86943]: /usr/local/etc/pam_abl.conf: user_db=/var/db/pam_abl/users.db
Jul 23 16:19:46 dag pam_abl[86943]: /usr/local/etc/pam_abl.conf: user_purge=2d
Jul 23 16:19:46 dag pam_abl[86943]: /usr/local/etc/pam_abl.conf: user_rule=!root:10/1h,30/1d
Jul 23 16:19:46 dag pam_abl[86943]: Checking host 172.30.102.20
Jul 23 16:19:46 dag pam_abl[86943]: Checking user lissyara

after input incorrect password:

Jul 23 16:19:52 dag sshd[86941]: error: PAM: authentication error for lissyara from 172.30.102.20
Jul 23 16:19:52 dag kernel: Jul 23 16:19:52 dag sshd[86941]: error: PAM: authentication error for lissyara from 172.30.102.20
Jul 23 16:19:52 dag pam_abl[86944]: /usr/local/etc/pam_abl.conf: host_db=/var/db/pam_abl/hosts.db
Jul 23 16:19:52 dag pam_abl[86944]: /usr/local/etc/pam_abl.conf: host_purge=2d
Jul 23 16:19:52 dag pam_abl[86944]: /usr/local/etc/pam_abl.conf: host_rule=*:10/1h,30/1d
Jul 23 16:19:52 dag pam_abl[86944]: /usr/local/etc/pam_abl.conf: user_db=/var/db/pam_abl/users.db
Jul 23 16:19:52 dag pam_abl[86944]: /usr/local/etc/pam_abl.conf: user_purge=2d
Jul 23 16:19:52 dag pam_abl[86944]: /usr/local/etc/pam_abl.conf: user_rule=!root:10/1h,30/1d
Jul 23 16:19:52 dag pam_abl[86944]: Checking host 172.30.102.20
Jul 23 16:19:52 dag pam_abl[86944]: Checking user lissyara

=================
database files not created, user/hosts not locking.
=================
if I add this line twice - all successful login attempt cunt as fail and database created, and user/host locked :)
>How-To-Repeat:
always
>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Jul 23 13:13:30 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114825 

From: "Petr Rehor" <prehor@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/114825: pam module security/pam_abl not working
Date: Mon, 23 Jul 2007 16:31:06 +0200

 On Mon, 23 Jul 2007 13:13:28 UT, Edwin Groothuis <edwin@freebsd.org> wrote:
 > Maintainer of security/pam_abl,
 >
 > Please note that PR ports/114825 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 
 I'm trying to resolve this bug. Please be patient. P.

From: Stefan Walter <stefan@freebsd.org>
To: Petr Rehor <prehor@gmail.com>
Cc: GNATS <FreeBSD-gnats-submit@FreeBSD.org>, Alex Keda <admin@lissyara.su>
Subject: Re: ports/114825: pam module security/pam_abl not working
Date: Sun, 30 Sep 2007 14:34:33 +0200

 Hi Petr,
 
 any news on this? Is there a patch to be committed?
 
 Best regards,
 Stefan

From: "Petr Rehor" <prehor@gmail.com>
To: bug-followup@freebsd.org, "Alex Keda" <admin@lissyara.su>
Cc:  
Subject: Re: ports/114825: pam module security/pam_abl not working
Date: Mon, 1 Oct 2007 15:09:20 +0200

 On Mon, 23 Jul 2007 13:13:28 UT, Edwin Groothuis <edwin@freebsd.org> wrote:
 > Please note that PR ports/114825 has just been submitted.
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/114825
 
 Hi, I tried pam_abl on fresh FreeBSD 6.2 with your procedure and I
 don't have any problems - database was created after first incorrect
 logon.
 
 Please add keyword 'debug' to your pam_abl.conf and send me debug log
 after incorrect logon.
 
 P.

From: Alex Keda <admin@lissyara.su>
To: bug-followup@FreeBSD.org,  admin@lissyara.su
Cc:  
Subject: Re: ports/114825: pam module security/pam_abl not working
Date: Thu, 04 Oct 2007 15:29:17 +0400

 It not work.
 radius# tail -f /var/log/all.log
 Oct  4 15:24:53 radius pam_abl[40711]: /usr/local/etc/pam_abl.conf: 
 host_db=/var/db/pam_abl/hosts.db
 Oct  4 15:24:53 radius pam_abl[40711]: /usr/local/etc/pam_abl.conf: 
 host_purge=2d
 Oct  4 15:24:53 radius pam_abl[40711]: /usr/local/etc/pam_abl.conf: 
 host_rule=*:10/1h,30/1d
 Oct  4 15:24:53 radius pam_abl[40711]: /usr/local/etc/pam_abl.conf: 
 user_db=/var/db/pam_abl/users.db
 Oct  4 15:24:53 radius pam_abl[40711]: /usr/local/etc/pam_abl.conf: 
 user_purge=2d
 Oct  4 15:24:53 radius pam_abl[40711]: /usr/local/etc/pam_abl.conf: 
 user_rule=!root:10/1h,30/1d
 Oct  4 15:24:53 radius pam_abl[40711]: Checking host lissyara.domain.local
 Oct  4 15:24:53 radius pam_abl[40711]: Checking user lissyara
 Oct  4 15:24:54 radius sshd[40709]: error: PAM: authentication error for 
 lissyara from lissyara.domain.local
 Oct  4 15:24:54 radius kernel: Oct  4 15:24:54 radius sshd[40709]: 
 error: PAM: authentication error for lissyara from lissyara.domain.local
 Oct  4 15:24:54 radius pam_abl[40712]: /usr/local/etc/pam_abl.conf: 
 host_db=/var/db/pam_abl/hosts.db
 Oct  4 15:24:54 radius pam_abl[40712]: /usr/local/etc/pam_abl.conf: 
 host_purge=2d
 Oct  4 15:24:54 radius pam_abl[40712]: /usr/local/etc/pam_abl.conf: 
 host_rule=*:10/1h,30/1d
 Oct  4 15:24:54 radius pam_abl[40712]: /usr/local/etc/pam_abl.conf: 
 user_db=/var/db/pam_abl/users.db
 Oct  4 15:24:54 radius pam_abl[40712]: /usr/local/etc/pam_abl.conf: 
 user_purge=2d
 Oct  4 15:24:54 radius pam_abl[40712]: /usr/local/etc/pam_abl.conf: 
 user_rule=!root:10/1h,30/1d
 Oct  4 15:24:54 radius pam_abl[40712]: Checking host lissyara.domain.local
 Oct  4 15:24:54 radius pam_abl[40712]: Checking user lissyara
 Oct  4 15:24:54 radius sshd[40709]: error: PAM: authentication error for 
 lissyara from lissyara.domain.local
 Oct  4 15:24:54 radius pam_abl[40713]: /usr/local/etc/pam_abl.conf: 
 host_db=/var/db/pam_abl/hosts.db
 Oct  4 15:24:54 radius pam_abl[40713]: /usr/local/etc/pam_abl.conf: 
 host_purge=2d
 Oct  4 15:24:54 radius pam_abl[40713]: /usr/local/etc/pam_abl.conf: 
 host_rule=*:10/1h,30/1d
 Oct  4 15:24:54 radius pam_abl[40713]: /usr/local/etc/pam_abl.conf: 
 user_db=/var/db/pam_abl/users.db
 Oct  4 15:24:54 radius pam_abl[40713]: /usr/local/etc/pam_abl.conf: 
 user_purge=2d
 Oct  4 15:24:54 radius pam_abl[40713]: /usr/local/etc/pam_abl.conf: 
 user_rule=!root:10/1h,30/1d
 Oct  4 15:24:54 radius pam_abl[40713]: Checking host lissyara.domain.local
 Oct  4 15:24:54 radius pam_abl[40713]: Checking user lissyara
 Oct  4 15:24:54 radius sshd[40709]: error: PAM: authentication error for 
 lissyara from lissyara.domain.local
 
 
 
 radius# uname -a
 FreeBSD radius.domain.local 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 
 12 11:05:30 UTC 2007     
 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP  i386
 
 
 
 radius# diff -Nru /etc/pam.d/sshd.orig  /etc/pam.d/sshd
 --- /etc/pam.d/sshd.orig        Thu Oct  4 15:18:02 2007
 +++ /etc/pam.d/sshd     Thu Oct  4 15:19:53 2007
 @@ -10,6 +10,7 @@
  auth           requisite       pam_opieaccess.so       no_warn allow_local
  #auth          sufficient      pam_krb5.so             no_warn 
 try_first_pass
  #auth          sufficient      pam_ssh.so              no_warn 
 try_first_pass
 +auth           required        /usr/local/lib/pam_abl.so 
 config=/usr/local/etc/pam_abl.conf
  auth           required        pam_unix.so             no_warn 
 try_first_pass
 
 
 radius# more /usr/local/etc/pam_abl.conf
 # /usr/local/etc/pam_abl.conf
 debug
 host_db=/var/db/pam_abl/hosts.db
 host_purge=2d
 host_rule=*:10/1h,30/1d
 user_db=/var/db/pam_abl/users.db
 user_purge=2d
 user_rule=!root:10/1h,30/1d
 
 
 radius# ll /var/db/pam_abl/
 total 0
 radius#
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Mon Mar 3 06:50:05 UTC 2008 
State-Changed-Why:  
Note that feedback was received some time ago. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114825 

From: "Petr Rehor" <prehor@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/114825: pam module security/pam_abl not working
Date: Tue, 29 Apr 2008 19:56:28 +0200

 I haven't could repeate this bug for hunting, but it was reported from
 two people. Please leave it opened. Thanks. P.
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon May 19 05:00:27 UTC 2008 
State-Changed-Why:  
Close by request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114825 

From: Silver Salonen <silver@ultrasoft.ee>
To: bug-followup@freebsd.org,
 admin@lissyara.su
Cc:  
Subject: Re: ports/114825: pam module security/pam_abl not working
Date: Tue, 14 Apr 2009 13:39:33 +0300

 I have similar problem on FreeBSD-6.0 - any .db files are not created in 
 /var/db/pam_abl, so nothing is ever actually blacklisted.
 
 When I copied hosts.db and users.db from another machine, pam_abl lists users 
 from it correctly, but doesn't add anything. Modification time of the files 
 gets updated all the time though.
 
 -- 
 Silver

From: "Carlson, Mike" <carlson39@llnl.gov>
To: "bug-followup@FreeBSD.org" <bug-followup@FreeBSD.org>, "admin@lissyara.su"
	<admin@lissyara.su>
Cc:  
Subject: Re: ports/114825: pam module security/pam_abl not working
Date: Fri, 28 Aug 2009 09:48:42 -0700

 --_000_EF83999E0886C848A62369D2AC8588F1C21062D4E0NSPEXMBXAthel_
 Content-Type: text/plain; charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 I just installed pam_abl from both ports/security/pam_able and by package (=
 pkg_add -r pam_able) on three FreeBSD systems (two are running 7.2, the oth=
 er is running 8.0-BETA2), and I am have this same problem as previously des=
 cribed. I used the same settings that Alex Keda had posted on Oct, 4,2007.
 
 First, /var/db/pam_abl/users.db and /var/db/pam_abl/hosts.db was not create=
 d:
 > ls -la /var/db/pam_abl/
 total 4
 drwxr-xr-x   2 root  wheel  512 Aug 27 14:20 .
 drwxr-xr-x  11 root  wheel  512 Aug 27 14:20 ..
 
 here is the output from debug.log:
 Aug 28 09:37:11 fone pam_abl[84093]: /usr/local/etc/pam_abl.conf: host_db=
 =3D/var/db/pam_abl/hosts.db
 Aug 28 09:37:11 fone pam_abl[84093]: /usr/local/etc/pam_abl.conf: host_purg=
 e=3D2d
 Aug 28 09:37:11 fone pam_abl[84093]: /usr/local/etc/pam_abl.conf: host_rule=
 =3D*:10/1h,30/1d
 Aug 28 09:37:11 fone pam_abl[84093]: /usr/local/etc/pam_abl.conf: user_db=
 =3D/var/db/pam_abl/users.db
 Aug 28 09:37:11 fone pam_abl[84093]: /usr/local/etc/pam_abl.conf: user_purg=
 e=3D2d
 Aug 28 09:37:11 fone pam_abl[84093]: /usr/local/etc/pam_abl.conf: user_rule=
 =3D!root:10/1h,30/1d
 Aug 28 09:37:11 fone pam_abl[84093]: Checking host 192.168.1.100
 Aug 28 09:37:11 fone pam_abl[84093]: Checking user mcarlson
 
 Output of pam_abl:
 > pam_abl
 DEBUG: /usr/local/etc/pam_abl.conf: host_db=3D/var/db/pam_abl/hosts.db
 DEBUG: /usr/local/etc/pam_abl.conf: host_purge=3D2d
 DEBUG: /usr/local/etc/pam_abl.conf: host_rule=3D*:10/1h,30/1d
 DEBUG: /usr/local/etc/pam_abl.conf: user_db=3D/var/db/pam_abl/users.db
 DEBUG: /usr/local/etc/pam_abl.conf: user_purge=3D2d
 DEBUG: /usr/local/etc/pam_abl.conf: user_rule=3D!root:10/1h,30/1d
 Failed users:
 Failed hosts:
 
 Now, after I 'touch /var/db/pam_abl/users.db ; touch /var/db/pam_abl/hosts.=
 db':
 > touch /var/db/pam_abl/users.db ; touch /var/db/pam_abl/hosts.db
 > ls -la /var/db/pam_abl/
 total 4
 drwxr-xr-x   2 root  wheel  512 Aug 28 09:40 .
 drwxr-xr-x  11 root  wheel  512 Aug 27 14:20 ..
 -rw-r--r--   1 root  wheel    0 Aug 28 09:40 hosts.db
 -rw-r--r--   1 root  wheel    0 Aug 28 09:40 users.db
 
 Now, I try logging in again:
 Aug 28 09:40:59 fone pam_abl[84112]: /usr/local/etc/pam_abl.conf: host_db=
 =3D/var/db/pam_abl/hosts.db
 Aug 28 09:40:59 fone pam_abl[84112]: /usr/local/etc/pam_abl.conf: host_purg=
 e=3D2d
 Aug 28 09:40:59 fone pam_abl[84112]: /usr/local/etc/pam_abl.conf: host_rule=
 =3D*:10/1h,30/1d
 Aug 28 09:40:59 fone pam_abl[84112]: /usr/local/etc/pam_abl.conf: user_db=
 =3D/var/db/pam_abl/users.db
 Aug 28 09:40:59 fone pam_abl[84112]: /usr/local/etc/pam_abl.conf: user_purg=
 e=3D2d
 Aug 28 09:40:59 fone pam_abl[84112]: /usr/local/etc/pam_abl.conf: user_rule=
 =3D!root:10/1h,30/1d
 Aug 28 09:40:59 fone pam_abl[84112]: Checking host 192.168.1.100
 Aug 28 09:40:59 fone pam_abl[84112]: /var/db/pam_abl/hosts.db opened
 Aug 28 09:40:59 fone pam_abl[84112]: Checking user mcarlson
 Aug 28 09:40:59 fone pam_abl[84112]: /var/db/pam_abl/users.db opened
 
 But the user and host is never added to either .db file:
 > pam_abl
 DEBUG: /usr/local/etc/pam_abl.conf: host_db=3D/var/db/pam_abl/hosts.db
 DEBUG: /usr/local/etc/pam_abl.conf: host_purge=3D2d
 DEBUG: /usr/local/etc/pam_abl.conf: host_rule=3D*:10/1h,30/1d
 DEBUG: /usr/local/etc/pam_abl.conf: user_db=3D/var/db/pam_abl/users.db
 DEBUG: /usr/local/etc/pam_abl.conf: user_purge=3D2d
 DEBUG: /usr/local/etc/pam_abl.conf: user_rule=3D!root:10/1h,30/1d
 Failed users:
    <none>
 Failed hosts:
    <none>
 
 The db files appear to be empty:
 > db41_dump /var/db/pam_abl/users.db
 VERSION=3D3
 format=3Dbytevalue
 type=3Dbtree
 db_pagesize=3D4096
 HEADER=3DEND
 DATA=3DEND
 > db41_dump /var/db/pam_abl/hosts.db
 VERSION=3D3
 format=3Dbytevalue
 type=3Dbtree
 db_pagesize=3D4096
 HEADER=3DEND
 DATA=3DEND
 
 Can this ticket be re-opened and re-investigated?
 
 Thanks,
 Mike Carlson
 carlson39@llnl.gov
 
 
 --_000_EF83999E0886C848A62369D2AC8588F1C21062D4E0NSPEXMBXAthel_
 Content-Type: text/html; charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 <html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
 osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
 xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
 //www.w3.org/TR/REC-html40">
 
 <head>
 <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1"=
 >
 <meta name=3DGenerator content=3D"Microsoft Word 12 (filtered medium)">
 <style>
 <!--
  /* Font Definitions */
  @font-face
 	{font-family:"Cambria Math";
 	panose-1:2 4 5 3 5 4 6 3 2 4;}
 @font-face
 	{font-family:Calibri;
 	panose-1:2 15 5 2 2 2 4 3 2 4;}
  /* Style Definitions */
  p.MsoNormal, li.MsoNormal, div.MsoNormal
 	{margin:0in;
 	margin-bottom:.0001pt;
 	font-size:11.0pt;
 	font-family:"Calibri","sans-serif";}
 a:link, span.MsoHyperlink
 	{mso-style-priority:99;
 	color:blue;
 	text-decoration:underline;}
 a:visited, span.MsoHyperlinkFollowed
 	{mso-style-priority:99;
 	color:purple;
 	text-decoration:underline;}
 span.EmailStyle17
 	{mso-style-type:personal-compose;
 	font-family:"Calibri","sans-serif";
 	color:windowtext;}
 .MsoChpDefault
 	{mso-style-type:export-only;}
 @page Section1
 	{size:8.5in 11.0in;
 	margin:1.0in 1.0in 1.0in 1.0in;}
 div.Section1
 	{page:Section1;}
 -->
 </style>
 <!--[if gte mso 9]><xml>
  <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
 </xml><![endif]--><!--[if gte mso 9]><xml>
  <o:shapelayout v:ext=3D"edit">
   <o:idmap v:ext=3D"edit" data=3D"1" />
  </o:shapelayout></xml><![endif]-->
 </head>
 
 <body lang=3DEN-US link=3Dblue vlink=3Dpurple>
 
 <div class=3DSection1>
 
 <p class=3DMsoNormal>I just installed pam_abl from both ports/security/pam_=
 able
 and by package (pkg_add &#8211;r pam_able) on three FreeBSD systems (two ar=
 e
 running 7.2, the other is running 8.0-BETA2), and I am have this same probl=
 em
 as previously described. I used the same settings that Alex Keda had posted=
  on
 Oct, 4,2007.<o:p></o:p></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal>First, /var/db/pam_abl/users.db and /var/db/pam_abl/ho=
 sts.db
 was not created:<o:p></o:p></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>&gt;
 ls -la /var/db/pam_abl/<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>total
 4<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>drwxr-xr-x=A0=A0
 2 root=A0 wheel=A0 512 Aug 27 14:20 .<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>drwxr-xr-x=A0
 11 root=A0 wheel=A0 512 Aug 27 14:20 ..<o:p></o:p></span></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal>here is the output from debug.log:<o:p></o:p></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Aug
 28 09:37:11 fone pam_abl[84093]: /usr/local/etc/pam_abl.conf:
 host_db=3D/var/db/pam_abl/hosts.db<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Aug
 28 09:37:11 fone pam_abl[84093]: /usr/local/etc/pam_abl.conf: host_purge=3D=
 2d<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Aug
 28 09:37:11 fone pam_abl[84093]: /usr/local/etc/pam_abl.conf:
 host_rule=3D*:10/1h,30/1d<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Aug
 28 09:37:11 fone pam_abl[84093]: /usr/local/etc/pam_abl.conf:
 user_db=3D/var/db/pam_abl/users.db<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Aug
 28 09:37:11 fone pam_abl[84093]: /usr/local/etc/pam_abl.conf: user_purge=3D=
 2d<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Aug
 28 09:37:11 fone pam_abl[84093]: /usr/local/etc/pam_abl.conf:
 user_rule=3D!root:10/1h,30/1d<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Aug
 28 09:37:11 fone pam_abl[84093]: Checking host 192.168.1.100<o:p></o:p></sp=
 an></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Aug
 28 09:37:11 fone pam_abl[84093]: Checking user mcarlson<o:p></o:p></span></=
 p>
 
 <p class=3DMsoNormal>=A0<o:p></o:p></p>
 
 <p class=3DMsoNormal>Output of pam_abl:<o:p></o:p></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>&gt;
 pam_abl<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>DEBUG:
 /usr/local/etc/pam_abl.conf: host_db=3D/var/db/pam_abl/hosts.db<o:p></o:p><=
 /span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>DEBUG:
 /usr/local/etc/pam_abl.conf: host_purge=3D2d<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>DEBUG:
 /usr/local/etc/pam_abl.conf: host_rule=3D*:10/1h,30/1d<o:p></o:p></span></p=
 >
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>DEBUG:
 /usr/local/etc/pam_abl.conf: user_db=3D/var/db/pam_abl/users.db<o:p></o:p><=
 /span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>DEBUG:
 /usr/local/etc/pam_abl.conf: user_purge=3D2d<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>DEBUG:
 /usr/local/etc/pam_abl.conf: user_rule=3D!root:10/1h,30/1d<o:p></o:p></span=
 ></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Failed
 users:<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Failed
 hosts:<o:p></o:p></span></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal>Now, after I &#8216;touch /var/db/pam_abl/users.db ; t=
 ouch /var/db/pam_abl/hosts.db&#8217;:<o:p></o:p></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>&gt;
 touch /var/db/pam_abl/users.db ; touch /var/db/pam_abl/hosts.db<o:p></o:p><=
 /span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>&gt;
 ls -la /var/db/pam_abl/<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>total
 4<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>drwxr-xr-x=A0=A0
 2 root=A0 wheel=A0 512 Aug 28 09:40 .<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>drwxr-xr-x=A0
 11 root=A0 wheel=A0 512 Aug 27 14:20 ..<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>-rw-r--r--=A0=A0
 1 root=A0 wheel=A0=A0=A0 0 Aug 28 09:40 hosts.db<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>-rw-r--r--=A0=A0
 1 root=A0 wheel=A0=A0=A0 0 Aug 28 09:40 users.db<o:p></o:p></span></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal>Now, I try logging in again:<o:p></o:p></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Aug
 28 09:40:59 fone pam_abl[84112]: /usr/local/etc/pam_abl.conf:
 host_db=3D/var/db/pam_abl/hosts.db<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Aug
 28 09:40:59 fone pam_abl[84112]: /usr/local/etc/pam_abl.conf: host_purge=3D=
 2d<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Aug
 28 09:40:59 fone pam_abl[84112]: /usr/local/etc/pam_abl.conf:
 host_rule=3D*:10/1h,30/1d<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Aug
 28 09:40:59 fone pam_abl[84112]: /usr/local/etc/pam_abl.conf:
 user_db=3D/var/db/pam_abl/users.db<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Aug
 28 09:40:59 fone pam_abl[84112]: /usr/local/etc/pam_abl.conf: user_purge=3D=
 2d<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Aug
 28 09:40:59 fone pam_abl[84112]: /usr/local/etc/pam_abl.conf:
 user_rule=3D!root:10/1h,30/1d<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Aug
 28 09:40:59 fone pam_abl[84112]: Checking host 192.168.1.100<o:p></o:p></sp=
 an></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Aug
 28 09:40:59 fone pam_abl[84112]: /var/db/pam_abl/hosts.db opened<o:p></o:p>=
 </span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Aug
 28 09:40:59 fone pam_abl[84112]: Checking user mcarlson<o:p></o:p></span></=
 p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Aug
 28 09:40:59 fone pam_abl[84112]: /var/db/pam_abl/users.db opened<o:p></o:p>=
 </span></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal>But the user and host is never added to either .db fil=
 e:<o:p></o:p></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>&gt;
 pam_abl<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>DEBUG:
 /usr/local/etc/pam_abl.conf: host_db=3D/var/db/pam_abl/hosts.db<o:p></o:p><=
 /span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>DEBUG:
 /usr/local/etc/pam_abl.conf: host_purge=3D2d<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>DEBUG:
 /usr/local/etc/pam_abl.conf: host_rule=3D*:10/1h,30/1d<o:p></o:p></span></p=
 >
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>DEBUG:
 /usr/local/etc/pam_abl.conf: user_db=3D/var/db/pam_abl/users.db<o:p></o:p><=
 /span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>DEBUG:
 /usr/local/etc/pam_abl.conf: user_purge=3D2d<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>DEBUG:
 /usr/local/etc/pam_abl.conf: user_rule=3D!root:10/1h,30/1d<o:p></o:p></span=
 ></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Failed
 users:<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>=A0=A0
 &lt;none&gt;<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>Failed
 hosts:<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>=A0=A0
 &lt;none&gt;<o:p></o:p></span></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal>The db files appear to be empty:<o:p></o:p></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>&gt;
 db41_dump /var/db/pam_abl/users.db<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>VERSION=3D3<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>format=3Dbytevalue<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>type=3Dbtree<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>db_pagesize=3D4096<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>HEADER=3DEND<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>DATA=3DEND<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>&gt;
 db41_dump /var/db/pam_abl/hosts.db<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>VERSION=3D3<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>format=3Dbytevalue<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>type=3Dbtree<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>db_pagesize=3D4096<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>HEADER=3DEND<o:p></o:p></span></p>
 
 <p class=3DMsoNormal style=3D'margin-left:.5in'><span style=3D'font-family:=
 "Courier New"'>DATA=3DEND<o:p></o:p></span></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal>Can this ticket be re-opened and re-investigated?<o:p>=
 </o:p></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal>Thanks,<o:p></o:p></p>
 
 <p class=3DMsoNormal>Mike Carlson<o:p></o:p></p>
 
 <p class=3DMsoNormal>carlson39@llnl.gov<o:p></o:p></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 </div>
 
 </body>
 
 </html>
 
 --_000_EF83999E0886C848A62369D2AC8588F1C21062D4E0NSPEXMBXAthel_--

From: Jamie Landeg Jones <jamie@bishopston.net>
To: carlson39@llnl.gov, silver@ultrasoft.ee, admin@lissyara.su,
        bug-followup@FreeBSD.org
Cc: jamie@bishopston.net
Subject: Re: ports/114825: pam module security/pam_abl not working
Date: Sun, 30 Jan 2011 17:30:55 +0000

 I'm getting the same problem as mike and Silver.
 
 db files are not created, but if I manually create them (copied from another working abl) then
 the files are not modified on login failure, but the timestamps ARE altered.
 
 In my case, I have it set up on the main machine (and it works fine) and the identical configuration
 in a jail.
 
 It's only the jail version that doesn't work!
 
 Any ideas?
 
 cheers,
 
 Jamie
 

From: Alex Keda <admin@lissyara.su>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114825: pam module security/pam_abl not working
Date: Sun, 30 Jan 2011 20:51:41 +0300

 it work with it config:
 srv0$ cat /etc/pam.d/sshd
 #
 # $FreeBSD: src/etc/pam.d/sshd,v 1.16.10.1.6.1 2010/12/21 17:09:25 
 kensmith Exp $
 #
 # PAM configuration for the "sshd" service
 #
 
 # auth
 auth            required        /usr/local/lib/pam_abl.so 
 config=/usr/local/etc/pam_abl.conf
 auth            sufficient      pam_opie.so             no_warn 
 no_fake_prompts
 auth            requisite       pam_opieaccess.so       no_warn allow_local
 #auth           sufficient      pam_krb5.so             no_warn 
 try_first_pass
 #auth           sufficient      pam_ssh.so              no_warn 
 try_first_pass
 auth            binding         pam_unix.so             no_warn 
 try_first_pass
 auth            required        /usr/local/lib/pam_abl.so 
 config=/usr/local/etc/pam_abl.conf
 
 see http://forum.lissyara.su/viewtopic.php?f=8&t=5182 (Russian)

From: Jamie Landeg Jones <jamie@bishopston.net>
To: silver@ultrasoft.ee, jamie@bishopston.net, carlson39@llnl.gov,
        bug-followup@FreeBSD.org, admin@lissyara.su
Cc: try_first_pass@catflap.bishopston.net, no_warn@catflap.bishopston.net,
        pam_krb5.so@catflap.bishopston.net, sufficient@catflap.bishopston.net,
        #auth@catflap.bishopston.net, jamie@bishopston.net
Subject: Re: ports/114825: pam module security/pam_abl not working
Date: Sun, 30 Jan 2011 17:57:52 +0000

 As mentioned by the original submitter, but confused by an incorrect patch,
 repeating the auth line in /etc/pam.d/sshd 'fixes' the problem!
 
 i.e. this snippet:
 
 #auth           sufficient      pam_krb5.so             no_warn try_first_pass
 #auth           sufficient      pam_ssh.so              no_warn try_first_pass
 auth            required        /usr/local/lib/pam_abl.so config=/usr/local/etc/pam_abl.conf
 auth            required        /usr/local/lib/pam_abl.so config=/usr/local/etc/pam_abl.conf
 auth            required        pam_unix.so             no_warn try_first_pass
 
 May this throw some light on the issue?
 
 As I said in the PR, the exact same config on both my main host and the jail, but it's only
 the jail that has the issue
 
 Cheers,
 Jamie
 

From: Jamie Landeg Jones <jamie@bishopston.net>
To: silver@ultrasoft.ee, jamie@bishopston.net, carlson39@llnl.gov,
        bug-followup@FreeBSD.org, admin@lissyara.su
Cc: try_first_pass@catflap.bishopston.net, sufficient@catflap.bishopston.net,
        pam_krb5.so@catflap.bishopston.net, no_warn@catflap.bishopston.net,
        jamie@bishopston.net, #auth@catflap.bishopston.net
Subject: Re: ports/114825: pam module security/pam_abl not working
Date: Sun, 30 Jan 2011 18:39:47 +0000

 Alex, thanks. I see you have the auth line repeated twice as well as a binding
 line.
 
 Mine worked without the binding.
 
 Anyway, I hope your config and my config helps the maintainer find the problem.
 
 Petr, I can provide a jail on my server, if you still can't replicate the problem
 locally.
 
 Cheers,
 Jamie

From: Jamie Landeg Jones <jamie@bishopston.net>
To: silver@ultrasoft.ee, jamie@bishopston.net, carlson39@llnl.gov,
        bug-followup@FreeBSD.org, admin@lissyara.su
Cc: prehor@gmail.com, jamie@bishopston.net
Subject: Re: ports/114825: pam module security/pam_abl not working
Date: Sun, 30 Jan 2011 18:40:23 +0000

 Alex, thanks. I see you have the auth line repeated twice as well as a binding
 line.
 
 Mine worked without the binding.
 
 Anyway, I hope your config and my config helps the maintainer find the problem.
  
 Petr, I can provide a jail on my server, if you still can't replicate the problem
 locally.
  
 Cheers,
 Jamie
>Unformatted:
