From owner-freebsd-current@FreeBSD.ORG Tue Aug 15 20:56:08 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 36D8116A4DA for ; Tue, 15 Aug 2006 20:56:08 +0000 (UTC) (envelope-from bushman@rsu.ru) Received: from mail.r61.net (mail.r61.net [195.208.245.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 339D943D53 for ; Tue, 15 Aug 2006 20:56:05 +0000 (GMT) (envelope-from bushman@rsu.ru) Received: from stinger.cc.rsu.ru (stinger.cc.rsu.ru [195.208.252.82]) by mail.r61.net (8.13.7/8.13.6) with ESMTP id k7FKu1WY059036 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 16 Aug 2006 00:56:01 +0400 (MSD) (envelope-from bushman@rsu.ru) Date: Wed, 16 Aug 2006 01:04:05 +0400 (MSD) From: Michael Bushkov X-X-Sender: bushman@stinger.cc.rsu.ru To: freebsd-current@freebsd.org Message-ID: <20060816005328.F1144@stinger.cc.rsu.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on asterix.r61.net X-Virus-Status: Clean Subject: nss_ldap rewritten (SoC) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 15 Aug 2006 20:56:08 -0000 Hello, I'm glad to post the link to the experimental version of the new BSD-licensed nss_ldap, that was written during SoC. It can be downloaded as a port from here: http://www.rsu.ru/~bushman/nss_ldap/nss_ldap_bsd.tar.gz nss_ldap_bsd currently supports "passwd", "group" and "services" nsswitch databases and rfc2307 schema. It's configuration file is mostly compatible with PADL's nss_ldap's configuration file. Additional information about nss_ldap_bsd development can be found here: http://wikitest.freebsd.org/NssLdapRewritten The main goal of the nss_ldap_bsd is to be compatible and interchangeable with PADL's nss_ldap, but to be licensed under BSD license and to be more flexible and easily extendable. It is also possible that nss_ldap_bsd would be merged into the tree along with OpenLDAP. Please try it and send me your comments and suggestions. With best regards, Michael Bushkov Rostov State University