From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LOJME-0002lJ-0w for garchives@archives.gentoo.org; Sat, 17 Jan 2009 22:09:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A6EBE0394; Sat, 17 Jan 2009 22:09:32 +0000 (UTC) Received: from mail-bw0-f21.google.com (mail-bw0-f21.google.com [209.85.218.21]) by pigeon.gentoo.org (Postfix) with ESMTP id 41A07E0394 for ; Sat, 17 Jan 2009 22:09:32 +0000 (UTC) Received: by bwz14 with SMTP id 14so6319304bwz.10 for ; Sat, 17 Jan 2009 14:09:31 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=U5JVmr5VdhM0xpiSzwYWoO2RpPm0JCwBe+QPmXApJ+s=; b=Ys8LtnOMa+w+X3CSOgxYL4A0HPZ31BTk5b7AGbGQ9iSHAKXqQKGpu4uuzXkfI9hPdm pYFgfItzWi1FcYcX8uMB8P1Ob0SWG/vdcDalf6QY2/gfTKw157b82XyyF0oQ6PJ96Nfx QP08B3RMLTAZKvATkOcSZwbEjV1u/p9RHVJd0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=RjzHjW/T/vd+fxK1VYRc1R0P3hM4iq5SmSKD7pukAtttKGktOBRNAWWxKqDEd72qMg yL0EyqYBCsYJQ7XELI5zUBMTKW0ps2LDctWPQaT13vKnR07vsSOVLS1nxLXLKPLn1UyB epLbzd+E//uidgmlzfAA7/3pWBvizdVaL+CUI= Received: by 10.181.238.16 with SMTP id p16mr1405422bkr.112.1232230171491; Sat, 17 Jan 2009 14:09:31 -0800 (PST) Received: by 10.180.208.18 with HTTP; Sat, 17 Jan 2009 14:09:31 -0800 (PST) Message-ID: <49bf44f10901171409n1ae84esbb1b97444711e638@mail.gmail.com> Date: Sat, 17 Jan 2009 14:09:31 -0800 From: Grant To: "Gentoo mailing list" Subject: [gentoo-user] Reconciling users and services Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Archives-Salt: 17d6fcc1-d818-43d7-aa7e-fb3f1d770f7c X-Archives-Hash: 6c949bf06dd95514b34967352764d091 I have some users on a system and some services. How can I make sure only certain users can log into certain services? Do I need to explicitly define which users can log into each service? Are there different types of users so that some can only log into certain services? For example, I know any user that has their shell set to /bin/nologin can't log into a shell. How can I check on users' shell settings? - Grant