From owner-freebsd-questions@FreeBSD.ORG Mon Sep 1 21:33:15 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61620106567F for ; Mon, 1 Sep 2008 21:33:15 +0000 (UTC) (envelope-from christopher-ml@telting.org) Received: from cdptpa-omtalb.mail.rr.com (cdptpa-omtalb.mail.rr.com [75.180.132.121]) by mx1.freebsd.org (Postfix) with ESMTP id 247B28FC22 for ; Mon, 1 Sep 2008 21:33:14 +0000 (UTC) (envelope-from christopher-ml@telting.org) Received: from [192.168.3.254] (really [76.90.1.31]) by cdptpa-omta06.mail.rr.com with ESMTP id <20080901213313.DESS2424.cdptpa-omta06.mail.rr.com@[192.168.3.254]> for ; Mon, 1 Sep 2008 21:33:13 +0000 Message-ID: <48BC5F97.1000809@telting.org> Date: Mon, 01 Sep 2008 14:33:11 -0700 From: Chris User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: LDAP and Account Management X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2008 21:33:15 -0000 I've toyed with LDAP accounts before to get them to work. But now I'm going to put it into production. I'm wondering though about user and group management. When ports are installed on individual servers, users and groups are sometimes added for daemons. It would be nice to receive notification and possibly block and or redirect actions to appropriate scripts and the LDAP server. Are there any ports or mechanisms for hooking into the scripts and programs that handle account modification (chpass, adduser and pw) or does everyone typically do this sort of thing by hand?