From owner-freebsd-questions@FreeBSD.ORG Sun May 31 15:08:16 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52FE3106566C for ; Sun, 31 May 2009 15:08:16 +0000 (UTC) (envelope-from milu@dat.pl) Received: from jab.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id 08EF08FC17 for ; Sun, 31 May 2009 15:08:15 +0000 (UTC) (envelope-from milu@dat.pl) Received: from localhost (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id D809BA9; Sun, 31 May 2009 17:08:13 +0200 (CEST) X-Virus-Scanned: amavisd-new at dat.pl Received: from jab.dat.pl ([127.0.0.1]) by localhost (jab.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id b60YdXlbSHkj; Sun, 31 May 2009 17:08:11 +0200 (CEST) Received: from snifi.localnet (djw32.neoplus.adsl.tpnet.pl [83.24.0.32]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id 9CF0127; Sun, 31 May 2009 17:08:10 +0200 (CEST) From: Maciej Milewski To: "=?iso-8859-2?q?Saj=F3_Zsolt?= Attila" Date: Sun, 31 May 2009 17:08:04 +0200 User-Agent: KMail/1.11.3 (Linux/2.6.29-ARCH; KDE/4.2.3; x86_64; ; ) References: <20090531141809.18839.qmail@server14.citromail.hu> In-Reply-To: <20090531141809.18839.qmail@server14.citromail.hu> MIME-Version: 1.0 Message-Id: <200905311708.05447.milu@dat.pl> Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: sshd + pam_pgsql X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 May 2009 15:08:16 -0000 Dnia niedziela 31 maj 2009 o 16:18:09 Saj=F3 Zsolt Attila napisa=B3(a): > How do I use the sshd with pam-pgsql? I don't know how tu use but I see something strange with your setup. In ssh-pam_pgsql.conf you have pw_type =3D md5 and in your database you hav= e a=20 cleartext password. I think it is your problem. I think that you can add column in your database and convert cleartext=20 password to md5. Or, if possible, configure pam to use cleartext password. = I=20 don't know if the latter is possible in pam. Cheers, Maciek