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 1LQ3ET-0007Ft-Sk for garchives@archives.gentoo.org; Thu, 22 Jan 2009 17:20:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 582F7E051E; Thu, 22 Jan 2009 17:20:44 +0000 (UTC) Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.242]) by pigeon.gentoo.org (Postfix) with ESMTP id 2A181E051E for ; Thu, 22 Jan 2009 17:20:44 +0000 (UTC) Received: by rv-out-0708.google.com with SMTP id b17so4657291rvf.46 for ; Thu, 22 Jan 2009 09:20:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=TGsBQGrJp/ifk7fVt4mQ7Qo8gPZbIGx5W7VdcAPCqMA=; b=NMLSZasvH4u7UF89w0lZX6bLw3FT+yI9+D0Q9jz/BPSpnFcIK/jAUjj5hVnvy8mpMt lHPfW9p2tONBv6k/Tc5imgaLgwb37Pko0tqYYagYFUUhSEGlEYJkG9Z63Mbdo0Dyp9YQ w0cMSg7uiEFLxOg7SnR0q2XADjBdZAuWVL+W4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=AaLwFfBsxQ54aJeCbymVgmNQD6A8kAF9BZMinDY88Aqtc5dyelbOpmWvw15qZmgts+ NixDT/fOzMRf8qiiA/7Oa6snQb458NWTYj5PV1NvFpOq06kHLglUMuBqkMHKwdwsNfYO rnT5dJyIu3OQb2B42T//L4Rzm3SkiLp9zHYos= 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 Sender: paul.hartman@gmail.com Received: by 10.140.186.20 with SMTP id j20mr4700390rvf.130.1232644843764; Thu, 22 Jan 2009 09:20:43 -0800 (PST) In-Reply-To: <062401c97cb4$6dc7add0$6400a8c0@quan> References: <062401c97cb4$6dc7add0$6400a8c0@quan> Date: Thu, 22 Jan 2009 11:20:43 -0600 X-Google-Sender-Auth: 04014ca94983fa00 Message-ID: <58965d8a0901220920y55b9cc6ao87945b3f61f49840@mail.gmail.com> Subject: Re: [gentoo-user] Removing PAM from my system, is it adviseable? From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: bde91a97-80ff-4f6a-a5af-628432400117 X-Archives-Hash: 6ff9383aef6b89ed0e3ad768b05b274f On Thu, Jan 22, 2009 at 11:11 AM, James Homuth wrote: > For almost a year now I've had PAM, not by choice really, on my server. > Mostly because I've been pretty much told if it came with, it's better not > to remove it. But to be blunt, I'm getting more than a little irritated with > its attempts to interfere with my attempts to configuring any program with > an optional PAM plugin. Will my system blow up at me if I remove PAM? And, > if no, I assume I can just do so by specifying -pam in make.conf, and then > rebuilding things as necessary? I haven't tried it, but here is a wiki article about removing PAM: http://www.gentoo-wiki.info/HOWTO_Remove_PAM good luck :) Paul