From owner-freebsd-current@FreeBSD.ORG Thu Jan 22 14:16:02 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0A8E16A4CE for ; Thu, 22 Jan 2004 14:16:02 -0800 (PST) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84D0343D39 for ; Thu, 22 Jan 2004 14:16:01 -0800 (PST) (envelope-from kientzle@acm.org) Received: from acm.org ([66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i0MMG0kX016869 for ; Thu, 22 Jan 2004 14:16:01 -0800 (PST) (envelope-from kientzle@acm.org) Message-ID: <40104BA0.6060403@acm.org> Date: Thu, 22 Jan 2004 14:16:00 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Wish List X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2004 22:16:02 -0000 Saw some comments on SlashDot recently about Mac OS X XServe's configuration capabilities: "... set up an LDAP server [, add it to DHCP] and add your configuration file to the LDAP server. Turn on the other servers for the first time, and each one will find the DHCP server, find the LDAP server, find the configuration file, and configure itself automatically." Something like this would be nice for FreeBSD. I'm not convinced about LDAP (although replacing/augmenting rc.conf with an LDAP service would be an interesting experiment, especially since it could open some doors for GUI-based configuration tools.) But the ability for a FreeBSD machine, out of the box, to locate and pull down an rc.conf from somewhere on the network and then initialize itself from that could be a nice feature. (Maybe using a DNS SRV record or DHCP setting to locate the server, caching the downloaded rc.conf file somewhere under /var and reading it after defaults/rc.conf but before a local rc.conf, etc.) Just in case someone has spare cycles and is looking for an interesting project .... Tim Kientzle