Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jan 2011 18:00:25 GMT
From:      Alex Keda <admin@lissyara.su>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/114825: pam module security/pam_abl not working
Message-ID:  <201101301800.p0UI0PwY057625@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/114825; it has been noted by GNATS.

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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101301800.p0UI0PwY057625>