From owner-freebsd-questions@FreeBSD.ORG Tue Nov 4 16:27:50 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F8B5106567E for ; Tue, 4 Nov 2008 16:27:50 +0000 (UTC) (envelope-from darwinian.empire@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.234]) by mx1.freebsd.org (Postfix) with ESMTP id 1EE328FC2C for ; Tue, 4 Nov 2008 16:27:50 +0000 (UTC) (envelope-from darwinian.empire@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so3094450rvf.43 for ; Tue, 04 Nov 2008 08:27:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=+r7BTlSh/Mrbv4tCWmqSb4PNXaw29xenddbE9NaqryM=; b=gUGQs37AjxLiTeTuSwNTnRCAw8u6CO7z8sx8uIAOLtDfohh1Gz4qtKP/sAbfpxaWaj BbzIwRLt9RCyKwpRY1FYxeOpP+qfDi50gnCwtISJpekYKKz0w8hvgixtJm44IfQ1zwbp W/kdHNQfjDImNQNmFFeKczHLfJdsa7C8jbEj4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Ay5npMkxW8/2ADUCZ8+kEyHtHxE+6iUIjRMbIjWzSHJWPlzqEuE8nxq+ayYECDKZZT PoUIh57jQmg5vJHQBBRXziUEqBH5JEteLXvmvbzUKE1t6JM9izCvk12FEZ+7pTjkhCfj IX2XjWV+FYV0RAUFe5NiAPPenoFBDwgdjgbmA= Received: by 10.140.147.5 with SMTP id u5mr960006rvd.274.1225816069695; Tue, 04 Nov 2008 08:27:49 -0800 (PST) Received: by 10.141.210.2 with HTTP; Tue, 4 Nov 2008 08:27:49 -0800 (PST) Message-ID: Date: Tue, 4 Nov 2008 18:27:49 +0200 From: "Roey Dror" To: "Craig Butler" In-Reply-To: <1225811203.3802.4.camel@main.lerwick.hopto.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1225808192.3407.16.camel@main.lerwick.hopto.org> <1225811203.3802.4.camel@main.lerwick.hopto.org> Cc: freebsd-questions@freebsd.org Subject: Re: GDM login without using a password 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: Tue, 04 Nov 2008 16:27:50 -0000 > > OK the pam stuff that is talked about online is found in /etc/pam.d/gdm. > I have seen a few suggestions to change the auth to optional instead of > required. However there would be nothing to stop some one logging in as > root through gdm. > Is there any other pam module which can supply a passwordless login? maybe pam_guest? -- Roey