Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 2003 13:11:01 +0200
From:      Dag-Erling Smorgrav <des@des.no>
To:        Dominic Marks <dom@cus.org.uk>
Cc:        freebsd-current@freebsd.org
Subject:   Re: OpenPAM dynamic module loading not working ?
Message-ID:  <20030713111100.GA86788@des.no>
In-Reply-To: <20030713091109.GA93839@cus.org.uk>
References:  <20030706224753.GA12877@cus.org.uk> <xzpr84y7uat.fsf@dwp.des.no> <20030710082642.GA17776@cus.org.uk> <20030713084332.GB86012@des.no> <20030713091109.GA93839@cus.org.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jul 13, 2003 at 10:11:09AM +0100, Dominic Marks wrote:
> 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?

The patch doesn't remove references to pam_get_pass(); it removes the port's
own implementation of pam_get_pass() under the assumption that libpam
provides one (which it no longer does).  I'm afraid it's simply not going to
work on -CURRENT without heavy modification...  It relies too heavily on old
glue code which has been removed.

DES
-- 
Dag-Erling Smørgrav - des@des.no



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