Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-RT-Original-Encoding: iso-8859-1 Content-Length: 3812 From krb5-bugs-incoming-bounces@PCH.mit.edu Sat Sep 12 04:21:55 2009 Return-Path: Received: from pch.mit.edu (PCH.MIT.EDU [18.7.21.90]) by krbdev.mit.edu (Postfix) with ESMTP id B9CD45C01D; Sat, 12 Sep 2009 04:21:55 +0000 (UTC) Received: from pch.mit.edu (pch.mit.edu [127.0.0.1]) by pch.mit.edu (8.13.6/8.12.8) with ESMTP id n8C4Ltkr018440; Sat, 12 Sep 2009 00:21:55 -0400 Received: from pacific-carrier-annex.mit.edu (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.7.21.83]) by pch.mit.edu (8.13.6/8.12.8) with ESMTP id n8C3cU70013564 for ; Fri, 11 Sep 2009 23:38:32 -0400 Received: from mit.edu (M24-004-BARRACUDA-2.MIT.EDU [18.7.7.112]) by pacific-carrier-annex.mit.edu (8.13.6/8.9.2) with ESMTP id n8C3cG2b010122 for ; Fri, 11 Sep 2009 23:38:17 -0400 (EDT) Received: from ohnopublishing.net (localhost [127.0.0.1]) by mit.edu (Spam Firewall) with ESMTP id 9F7DA1F6A595 for ; Fri, 11 Sep 2009 23:38:14 -0400 (EDT) Received: from ohnopublishing.net (d14-69-165-90.try.wideopenwest.com [69.14.90.165]) by mit.edu with ESMTP id wYD9ldIwc2WuHDoU for ; Fri, 11 Sep 2009 23:38:13 -0400 (EDT) Received-SPF: pass (mit.edu: domain of ohnobinki@ohnopublishing.net designates 69.14.90.165 as permitted sender) receiver=mit.edu; client_ip=69.14.90.165; envelope-from=ohnobinki@ohnopublishing.net; Received: by ohnopublishing.net (Postfix, from userid 1000) id 61C6633F91; Fri, 11 Sep 2009 23:38:17 -0400 (EDT) X-DKIM: Sendmail DKIM Filter v2.8.3 ohnopublishing.net 61C6633F91 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ohnopublishing.net; s=ohnopublishing.net; t=1252726697; bh=fNRdRj2fYUvUTPKHnwbb5u6wCoWBFqGj7MwE3Rdetpg=; h=To:Subject:From:Reply-To:Cc:Message-Id:Date; b=e/ADVUxDxbDHywWIciVWcUyLABLEm5tCMEirh88F2sPfq0wURKwybILUBPPJNzwFi 1YLvuahdgSD7gUfeQgDlM3qvVQko6Wk19YrGyLbLI3nbGjnHlNTCGm/qKIpsELudrJ HBKS8WkEgc2jbJEmDDs1Hlx+vqwV0OEtVrL+oMOY= To: krb5-bugs@mit.edu Subject: no option to only build clients and libs From: Binki X-send-pr-version: 3.99 Message-Id: <20090912033817.61C6633F91@ohnopublishing.net> Date: Fri, 11 Sep 2009 23:38:17 -0400 (EDT) X-Spam-Score: 0.10 X-Spam-Flag: NO X-Scanned-By: MIMEDefang 2.42 X-Mailman-Approved-At: Sat, 12 Sep 2009 00:21:53 -0400 X-BeenThere: krb5-bugs-incoming@mailman.mit.edu X-Mailman-Version: 2.1.6 Precedence: list Reply-To: Binki Sender: krb5-bugs-incoming-bounces@PCH.mit.edu Errors-To: krb5-bugs-incoming-bounces@PCH.mit.edu >Submitter-Id: net >Originator: Nathan Phillip Brink >Organization: >Confidential: no >Synopsis: No option to only build client and libs >Severity: non-critical >Priority: low >Category: krb5-misc >Class: change-request >Release: 1.6.3 >Environment: System: Linux ohnopublishing.net 2.6.30-gentoo-r4athlon64x2_2009.05.31 #1 SMP Fri Aug 21 12:50:25 EDT 2009 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ AuthenticAMD GNU/Linux >Description: It appears from the online documentation that mit-krb5 and its build system does not support building only libs/clients. There should be options for building just the basic, necessary clients (kinit, kdestroy, kpasswd, klist, maybe kadmin) and libs. The primary number of systems which will have mit-krb5 installed do not need or have no reason to run the KDC. Building and installing that component is a waste of time and space for those machines. >How-To-Repeat: Read documentation and compile/install mit-krb5 >Fix: An option to only build the necessary client programs should be provided. Preferrably, the krb5-enabled system-util replacements would be optional as well, but those are at least still useful on client machines which aren't acting as KDCs ;-)