From owner-freebsd-current@FreeBSD.ORG Thu Nov 18 16:51:53 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 10E6816A4CE for ; Thu, 18 Nov 2004 16:51:53 +0000 (GMT) Received: from lara.cc.fer.hr (lara.cc.fer.hr [161.53.72.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1188943D46 for ; Thu, 18 Nov 2004 16:51:52 +0000 (GMT) (envelope-from ivoras@fer.hr) Received: from [127.0.0.1] (localhost.cc.fer.hr [127.0.0.1]) by lara.cc.fer.hr (8.13.1/8.13.1) with ESMTP id iAIGpWAN041234 for ; Thu, 18 Nov 2004 17:51:32 +0100 (CET) (envelope-from ivoras@fer.hr) Message-ID: <419CD314.80900@fer.hr> Date: Thu, 18 Nov 2004 17:51:32 +0100 From: Ivan Voras User-Agent: Mozilla Thunderbird 0.9 (X11/20041111) X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: Replacing passwd? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 16:51:53 -0000 Hi! I've setup pam_ldap and nss_ldap and samba3 and smbldap, and it works fine, but it would be nice to replace /usr/bin/passwd with smbldap-passwd (which changes both NTLM and Unix password fields in LDAP, while passwd is unaware of LDAP, at least according to man page). Is there a clean way of doing it so I don't have to replace it by hand after each installworld?