Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2002 11:39:28 -0500
From:      "MikeM" <MyRaQ@mgm51.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Problem with PAM authentication using Webmin
Message-ID:  <200202201139280788.0439C9BF@home.24cl.com>
In-Reply-To: <Pine.BSF.4.21.0202192145130.4501-100000@cody.jharris.com>
References:  <Pine.BSF.4.21.0202192145130.4501-100000@cody.jharris.com>

index | next in thread | previous in thread | raw e-mail

On 2/19/02 at 9:49 PM Nick Rogness wrote:

|On Tue, 19 Feb 2002, MikeM wrote:
|
|> FreeBSSD 4.5, Webmin 0.92
|>
|> I've been trying to use PAM authentication with my webmin
|> installation.  It doesn't work.  Here is what I see in my messages log
|> file:
|>
|> > Feb 18 12:33:56 oneyou perl: unable to dlopen(/usr/lib/pam_unix.so)
|> > Feb 18 12:33:56 oneyou perl: [dlerror: /usr/lib/pam_unix.so: Undefined
|symbol "pam_get_item"]
|> > Feb 18 12:33:56 oneyou perl: adding faulty module: /usr/lib/pam_unix.so
|>
|>
|> Does anyone have a suggestion of what steps I might try next in order
|> to get this to work?
|
|	How is webmin being run??? through inetd?  You need to add:
|
|	LD_PRELOAD=/usr/lib/libpam.so.1 in your environment
|	somehow...before running webmin as a daemon.
|
|	I've had this happen with several applications and this does the
|	trick.
=============

I start up webmin via a script in /usr/local/etc/rc.d, inetd is not being used.

I'll try your suggestion and report back the results.

Thanks.




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



help

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