ports/114825: pam module security/pam_abl not working

Alex Keda admin at lissyara.su
Sun Jan 30 18:00:25 UTC 2011


The following reply was made to PR ports/114825; it has been noted by GNATS.

From: Alex Keda <admin at lissyara.su>
To: bug-followup at 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)



More information about the freebsd-ports-bugs mailing list