From owner-freebsd-questions Thu Jun 21 8:29: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu26-228-058.nc.rr.com [66.26.228.58]) by hub.freebsd.org (Postfix) with ESMTP id E7CEC37B409 for ; Thu, 21 Jun 2001 08:28:55 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) with ESMTP id f5LFSfG27577; Thu, 21 Jun 2001 11:28:41 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Thu, 21 Jun 2001 11:28:41 -0400 (EDT) From: Joe Clarke To: Leif Neland Cc: BSD Freak , Subject: Re: imap-uw problems, PAM In-Reply-To: <003a01c0fa62$de1f34e0$0e05a8c0@neland.dk> Message-ID: <20010621112801.D27505-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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" > To: "Leif Neland" > Cc: "BSD Freak" ; > 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" > > > To: "BSD Freak" > > > Cc: > > > 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