From owner-freebsd-current@FreeBSD.ORG Sun Jul 13 02:11:17 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67B7837B48D for ; Sun, 13 Jul 2003 02:11:16 -0700 (PDT) Received: from cus.org.uk (host213-106-240-81.no-dns-yet.ntli.net [213.106.240.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1643743F3F for ; Sun, 13 Jul 2003 02:11:15 -0700 (PDT) (envelope-from dom@cus.org.uk) Received: from cus.org.uk (localhost.cus.org.uk [127.0.0.1]) by cus.org.uk (8.12.6/8.12.6) with ESMTP id h6D9B95h002070; Sun, 13 Jul 2003 10:11:09 +0100 (BST) (envelope-from dom@cus.org.uk) Received: (from dom@localhost) by cus.org.uk (8.12.6/8.12.6/Submit) id h6D9B9q3002069; Sun, 13 Jul 2003 10:11:09 +0100 (BST) Date: Sun, 13 Jul 2003 10:11:09 +0100 From: Dominic Marks To: Dag-Erling Smorgrav Message-ID: <20030713091109.GA93839@cus.org.uk> References: <20030706224753.GA12877@cus.org.uk> <20030710082642.GA17776@cus.org.uk> <20030713084332.GB86012@des.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030713084332.GB86012@des.no> User-Agent: Mutt/1.4i cc: freebsd-current@freebsd.org Subject: Re: OpenPAM dynamic module loading not working ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 09:11:17 -0000 On 13/07/2003 10:43, Dag-Erling Smorgrav wrote: > On Thu, Jul 10, 2003 at 09:26:42AM +0100, Dominic Marks wrote: > > On 10/07/2003 08:46, Dag-Erling Sm?rgrav wrote: > > > Dominic Marks writes: > > > > Jul 7 22:10:40 bacon dovecot-auth: in openpam_load_module(): no pam_pgsql.so found > > > > Jul 7 22:10:40 bacon dovecot-auth: PAM: pam_start(example) failed: failed to load module > > > > > > The module probably lacks dependency information. I'll try to figure > > > it out later today. > > > > I rebuilt OpenPAM with debugging info and looked at what was happening. > > It turned out that it was not able to resolve pam_get_pass from the > > module > > pam_get_pass() doesn't exist in -CURRENT, it should use pam_get_authtok() > instead. Ok, can you explain why it was trying to find the pam_get_pass symbol which was removed from the module (by a port patch) and not mentioned in OpenPAM? I assume OpenPAM is looking in the module, catching a stray reference to it and then slipping up from here? > DES > -- > Dag-Erling Sm?rgrav - des@des.no > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Thanks, -- Dominic