From owner-freebsd-hackers@freebsd.org Fri Dec 30 01:32:50 2016 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69355C97A0F for ; Fri, 30 Dec 2016 01:32:50 +0000 (UTC) (envelope-from allanjude@freebsd.org) Received: from mx1.scaleengine.net (mx1.scaleengine.net [209.51.186.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D1991714 for ; Fri, 30 Dec 2016 01:32:50 +0000 (UTC) (envelope-from allanjude@freebsd.org) Received: from [10.1.1.2] (unknown [10.1.1.2]) (Authenticated sender: allanjude.freebsd@scaleengine.com) by mx1.scaleengine.net (Postfix) with ESMTPSA id 16776D226 for ; Fri, 30 Dec 2016 01:32:43 +0000 (UTC) Subject: Re: Even lighter weight directory protocol? To: freebsd-hackers@freebsd.org References: <3e7f6678-85e7-2203-7c0a-2500add42541@m5p.com> From: Allan Jude Message-ID: Date: Thu, 29 Dec 2016 20:32:42 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <3e7f6678-85e7-2203-7c0a-2500add42541@m5p.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2016 01:32:50 -0000 On 2016-12-29 20:30, George Mitchell wrote: > On 12/29/16 15:50, Alan Somers wrote: >> [...] >> Many years ago I used cfengine to sync /etc/password and similar >> files. But it's really not as good as a real directory protocol. For >> one thing, users can only change their passwords on the master server. >> [...] > > Actually, in my situation, this is a feature instead of a bug. But > I'm too lazy to set up cfengine, and I think I'll just use cron and > rasync after all. Thanks for your response! -- George > Make sure you have it run pwd_mkdb after copying master.passwd -- Allan Jude