From owner-freebsd-questions@FreeBSD.ORG Thu Apr 26 18:06:31 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8499F16A406 for ; Thu, 26 Apr 2007 18:06:31 +0000 (UTC) (envelope-from SRS0=/A1mEd=J5=vvelox.net=v.velox@yourhostingaccount.com) Received: from mailout04.yourhostingaccount.com (mailout04.yourhostingaccount.com [65.254.254.66]) by mx1.freebsd.org (Postfix) with ESMTP id 427C413C448 for ; Thu, 26 Apr 2007 18:06:31 +0000 (UTC) (envelope-from SRS0=/A1mEd=J5=vvelox.net=v.velox@yourhostingaccount.com) Received: from mailscan37.yourhostingaccount.com ([10.1.15.37] helo=mailscan37.yourhostingaccount.com) by mailout04.yourhostingaccount.com with esmtp (Exim) id 1Hh7rC-0000tt-Mi for freebsd-questions@freebsd.org; Thu, 26 Apr 2007 13:34:14 -0400 Received: from authsmtp08.yourhostingaccount.com ([10.1.18.8] ident=exim) by mailscan37.yourhostingaccount.com with spamscanlookuphost (Exim) id 1Hh7rC-00035n-Is for freebsd-questions@freebsd.org; Thu, 26 Apr 2007 13:34:14 -0400 Received: from authsmtp08.yourhostingaccount.com ([10.1.18.8] helo=authsmtp08.yourhostingaccount.com) by mailscan37.yourhostingaccount.com with esmtp (Exim) id 1Hh7r4-00032j-Ow; Thu, 26 Apr 2007 13:34:06 -0400 Received: from cpe-65-185-51-114.columbus.res.rr.com ([65.185.51.114] helo=vixen42) by authsmtp08.yourhostingaccount.com with esmtpa (Exim) id 1Hh7r4-00033h-Dq; Thu, 26 Apr 2007 13:34:06 -0400 Date: Thu, 26 Apr 2007 13:39:27 -0400 From: Vulpes Velox To: Lowell Gilbert Message-ID: <20070426133927.6af50c72@vixen42> In-Reply-To: <44lkgfma9h.fsf@Lowell-Desk.lan> References: <20070425135628.5334ddf7@vixen42> <44lkgfma9h.fsf@Lowell-Desk.lan> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.11; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-EN-UserInfo: 0d1ca1697cdb7a831d4877828571b7ab:1570f0de6936c69fef9e164fffc541bc X-EN-AuthUser: vvelox2 Sender: Vulpes Velox X-EN-OrigIP: 65.185.51.114 X-EN-OrigHost: cpe-65-185-51-114.columbus.res.rr.com Cc: freebsd-questions@freebsd.org Subject: Re: LDAP and xscreensaver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2007 18:06:31 -0000 On Thu, 26 Apr 2007 11:21:46 -0400 Lowell Gilbert wrote: > Vulpes Velox writes: > > > xscreensaver: couldn't get password of "kitsune" > > xscreensaver: 13:54:14: locking is disabled (error getting > > password). xscreensaver: 13:54:14: does xscreensaver need to be > > setuid? consult the manual. > > > > Is what I am getting on the console when I run it. It is setuid. > > The passwords and userinfo is stored in LDAP. > > I haven't used LDAP for passwords, so I can't test this, but my > guess would be that you are missing a pam configuration for > xscreensaver. Something like "auth sufficient pam_ldap.so", perhaps? Yeah, it is there. I did get curious and checked the make file... CONFIGURE_ARGS= --without-pam --with-gl --with-gle --with-xpm --with-xml \ --with-hackdir=${PREFIX}/bin/xscreensaver-hacks/ \ --with-configdir=${PREFIX}/share/xscreensaver/config/ \ --with-jpeg=${LOCALBASE} --without-gnome --without-kerberos \ --without-motif --mandir=${PREFIX}/man It looks like that is the issue right there. Just removed --without-pam and am seeing what happens now.