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 1LOKu1-0005QI-2J for garchives@archives.gentoo.org; Sat, 17 Jan 2009 23:48:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4310E038D; Sat, 17 Jan 2009 23:48:31 +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 7DB07E038D for ; Sat, 17 Jan 2009 23:48:31 +0000 (UTC) Received: by bwz14 with SMTP id 14so6367914bwz.10 for ; Sat, 17 Jan 2009 15:48:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-disposition :message-id:content-type:content-transfer-encoding; bh=0zgfQojafaRXr05KLktyxuq6r8u//xLmb1uK6g0SqCA=; b=llt8v9Wzp9qgvJubTJuF0GgR1p4W70+RjNpWKFTV2X4k4psS/tlIxXcCix6Y7JuIgK ppknVjCyw8wHeARqWG6WXw2W8nJPiduEegpJ/uCBdsncQlz8OCsxHqfG8EYYdBQIRiqt C+7fQ3T3Bc5EqT7y77MG3n97GtqomkGkFkIiA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-disposition:message-id:content-type :content-transfer-encoding; b=d1n5KnvACzcdeGEz5fKwg+Us18UWI2UCTtSNRSi7BV1N0MXE+iQBA8RWWJ15l8cUYZ 5odSeiimhtySDklJ08EC2/PmuLBrsNHMOmBcqmwHvGSOjVV3ewAJJRq0cPpHAONe6IW5 ZS18Rw/wt71JUSjPHksiznTohzoQbuZKiAzas= Received: by 10.181.207.9 with SMTP id j9mr1432051bkq.149.1232236110757; Sat, 17 Jan 2009 15:48:30 -0800 (PST) Received: from energy.localnet (energy.heim10.tu-clausthal.de [139.174.197.94]) by mx.google.com with ESMTPS id 5sm2908000bwz.68.2009.01.17.15.48.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 17 Jan 2009 15:48:30 -0800 (PST) From: Volker Armin Hemmann To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Reconciling users and services Date: Sun, 18 Jan 2009 00:47:05 +0100 User-Agent: KMail/1.11.90 (Linux/2.6.28r4; KDE/4.2.60; x86_64; ; ) References: <49bf44f10901171409n1ae84esbb1b97444711e638@mail.gmail.com> In-Reply-To: <49bf44f10901171409n1ae84esbb1b97444711e638@mail.gmail.com> 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-Disposition: inline Message-Id: <200901180047.06137.volkerarmin@googlemail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Archives-Salt: a4839034-da55-468a-8362-b70ef3f90380 X-Archives-Hash: b618e9e719b3b34c62b1b03878e02d15 On Samstag 17 Januar 2009, Grant wrote: > 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? /etc/passwd?