Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jun 2001 11:28:41 -0400 (EDT)
From:      Joe Clarke <marcus@marcuscom.com>
To:        Leif Neland <leifn@neland.dk>
Cc:        BSD Freak <bsd-freak@mbox.com.au>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: imap-uw problems, PAM
Message-ID:  <20010621112801.D27505-100000@shumai.marcuscom.com>
In-Reply-To: <003a01c0fa62$de1f34e0$0e05a8c0@neland.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
Could be a problem with PAM on your new build.  You could try combing
through the imap-wu patches, and remove all references to PAM, then
recompile.

Joe Clarke

On Thu, 21 Jun 2001, Leif Neland wrote:

> I already have this:
>
> imap    auth            required        pam_unix.so     try_first_pass
> imap    account         required        pam_unix.so     try_first_pass
> imap    session         required        pam_unix.so     try_first_pass
> imap    password        required        pam_unix.so     try_first_pass
>
> (Have also tried without "try_first_pass").
>
> Still get messages for unresolved symbols.
>
> ----- Original Message -----
> From: "Joe Clarke" <marcus@marcuscom.com>
> To: "Leif Neland" <leifn@neland.dk>
> Cc: "BSD Freak" <bsd-freak@mbox.com.au>; <freebsd-questions@FreeBSD.ORG>
> Sent: Thursday, June 21, 2001 4:51 PM
> Subject: Re: imap-uw problems, PAM
>
>
> > Sorry, try adding this to /etc/pam.conf:
> >
> > imap    auth    required        pam_unix.so
> > imap    account required        pam_unix.so  try_first_pass
> > imap    session required        pam_deny.so
> >
> > I don't know why I missed these in my setup.
> >
> > Joe Clarke
> >
> >
> > On Thu, 21 Jun 2001, Leif Neland wrote:
> >
> > >
> > > ----- Original Message -----
> > > From: "Joe Clarke" <marcus@marcuscom.com>
> > > To: "BSD Freak" <bsd-freak@mbox.com.au>
> > > Cc: <freebsd-questions@FreeBSD.ORG>
> > > Sent: Thursday, June 21, 2001 3:44 AM
> > > Subject: Re: imap-uw problems
> > >
> > >
> > > > Add:
> > > >
> > > > imap    auth    required        pam_unix.so     try_first_pass
> > > >
> > > > to /etc/pam.conf.
> > > >
> > > > Joe Clarke
> > >
> > > Did that. Now I get this instead:
> > >
> > > Jun 21 07:46:05 arnold imapd[14275]: PAM unable to resolve symbol: pam_sm_open_session
> > > Jun 21 07:46:05 arnold imapd[14275]: PAM unable to resolve symbol: pam_sm_close_session
> > > Jun 21 07:46:05 arnold imapd[14275]: PAM unable to resolve symbol: pam_sm_chauthtok
> > >
> > > I've remade world and imap-uw yhis week.
> > >
> > > Leif
> > >
> > >
> >
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body of the message
> >
>
>


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




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