From owner-freebsd-questions@FreeBSD.ORG Mon Sep 1 21:40:47 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 00CD2106567E for ; Mon, 1 Sep 2008 21:40:47 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.freebsd.org (Postfix) with ESMTP id B46C58FC16 for ; Mon, 1 Sep 2008 21:40:46 +0000 (UTC) (envelope-from peo@intersonic.se) X-Virus-Scanned: amavisd-new at inter-sonic.com Message-ID: <48BC6159.7070508@intersonic.se> Date: Mon, 01 Sep 2008 23:40:41 +0200 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Chris References: <48BC5F97.1000809@telting.org> In-Reply-To: <48BC5F97.1000809@telting.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: 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:40:47 -0000 Chris wrote: > 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? smbldap-tools (in ports) is a collection of scripts that does this, mainly developed with Samba in mind. I'm sure there are others too. Best, --per