From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 25 09:35:04 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B64016A403 for ; Mon, 25 Sep 2006 09:35:03 +0000 (UTC) (envelope-from dom@goodforbusiness.co.uk) Received: from mailhost.graphdata.co.uk (mailhost.graphdata.co.uk [195.12.22.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C17A43D6A for ; Mon, 25 Sep 2006 09:35:00 +0000 (GMT) (envelope-from dom@goodforbusiness.co.uk) Received: from localhost (localhost [127.0.0.1]) by mailhost.graphdata.co.uk (Postfix) with ESMTP id 32513114025; Mon, 25 Sep 2006 10:34:59 +0100 (BST) X-Virus-Scanned: amavisd-new at graphdata.co.uk Received: from mailhost.graphdata.co.uk ([127.0.0.1]) by localhost (mailhost.graphdata.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id C0dfuSXEfsxz; Mon, 25 Sep 2006 10:34:54 +0100 (BST) Received: from [192.168.0.86] (gdc083.internal.graphdata.co.uk [192.168.0.86]) by mailhost.graphdata.co.uk (Postfix) with ESMTP id B0FBB11401E; Mon, 25 Sep 2006 10:34:54 +0100 (BST) Message-ID: <4517A2BE.4060403@goodforbusiness.co.uk> Date: Mon, 25 Sep 2006 10:34:54 +0100 From: Dominic Marks User-Agent: Thunderbird 1.5.0.7 (X11/20060919) MIME-Version: 1.0 To: Bhasker Hariharan References: <20060925072730.GG38523@yahoo-inc.com> In-Reply-To: <20060925072730.GG38523@yahoo-inc.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org Subject: Re: weird problem with gnome-screensaver on FBSD6 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Sep 2006 09:35:04 -0000 Bhasker Hariharan wrote: > This may sound weird but if the screensaver kicks in it doesnt accept my password > and unlock it>.<...the same password that i use for logging in etc etc...but the > screensaver just locks me out! any ideas what could be causing this? Are you using a external authentication source like LDAP or Active Directory? If so you will need to let xscreensaver know about it. For example I have this: /etc/pam.d/xscreensaver auth sufficient /usr/local/lib/pam_winbind.so account required /usr/local/lib/pam_winbind.so password sufficient /usr/local/lib/pam_winbind.so Dominic