Date: Thu, 8 Jul 2004 13:09:40 +0400 (MSD) From: Michael Bushkov <bushman@rsu.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/68810: New port: sysutils/lookupd_ldap Message-ID: <200407080909.i6899eo1021577@stinger.cc.rsu.ru> Resent-Message-ID: <200407081140.i68BeJWd014880@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 68810 >Category: ports >Synopsis: New port: sysutils/lookupd_ldap >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 08 11:40:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Bushkov >Release: FreeBSD 5.2-CURRENT i386 >Organization: Rostov State University >Environment: System: FreeBSD stinger.cc.rsu.ru 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Fri Jun 25 12:56:22 MSD 2004 bushman@stinger.cc.rsu.ru:/usr/obj/usr/src/sys/STINGER i386 >Description: lookupd_ldap is the LDAP plugin for the lookupd daemon, based on the PADL.com's nss_ldap plugin ofr nsswitch. >How-To-Repeat: >Fix: --- lookupd_ldap.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # lookupd_ldap # lookupd_ldap/Makefile # lookupd_ldap/pkg-plist # lookupd_ldap/pkg-descr # lookupd_ldap/distinfo # lookupd_ldap/pkg-message # echo c - lookupd_ldap mkdir -p lookupd_ldap > /dev/null 2>&1 echo x - lookupd_ldap/Makefile sed 's/^X//' >lookupd_ldap/Makefile << 'END-of-lookupd_ldap/Makefile' X# Date created: 3 July May 2004 X# Whom: Michael Bushkov <bushman@rsu.ru> X# X# $FreeBSD$ X XPORTNAME= lookupd_ldap XPORTVERSION= 0.1a XCATEGORIES= sysutils net X XMASTER_SITES= http://www.rsu.ru/~bushman/lookupd/ldap/downloads/ X XMAINTAINER= bushman@rsu.ru XCOMMENT= The LDAP plugin for the LookupD daemon X XINSTALLS_SHLIB= yes XLDCONFIG_DIRS= %%PREFIX%%/lib X XBUILD_DEPENDS= ${PREFIX}/sbin/lookupd:${PORTSDIR}/sysutils/lookupd XLIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap21-client X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include <bsd.port.mk> END-of-lookupd_ldap/Makefile echo x - lookupd_ldap/pkg-plist sed 's/^X//' >lookupd_ldap/pkg-plist << 'END-of-lookupd_ldap/pkg-plist' Xlib/lkpd_ldap.so Xlib/lkpd_ldap.so.1 END-of-lookupd_ldap/pkg-plist echo x - lookupd_ldap/pkg-descr sed 's/^X//' >lookupd_ldap/pkg-descr << 'END-of-lookupd_ldap/pkg-descr' Xlookupd_ldap is the LDAP plugin for the lookupd daemon. XIt is, basically, a slightly changed PADL.com's nss_ldap. The Xmost important changes are: X 1) It's a bit smaller and is only for FreeBSD X 2) It's adapted to the lookupd threaded model X XFor the information about configuring lookupd-ldap see Xthe nss_ldap website (we use the same configuration Xfile: /usr/local/etc/nss_ldap.conf). X XWWW: http://www.rsu.ru/~bushman/lookupd/ldap END-of-lookupd_ldap/pkg-descr echo x - lookupd_ldap/distinfo sed 's/^X//' >lookupd_ldap/distinfo << 'END-of-lookupd_ldap/distinfo' XMD5 (lookupd_ldap-0.1a.tar.gz) = c3c0ce90347ad95a49bc145af3fba331 XSIZE (lookupd_ldap-0.1a.tar.gz) = 53887 END-of-lookupd_ldap/distinfo echo x - lookupd_ldap/pkg-message sed 's/^X//' >lookupd_ldap/pkg-message << 'END-of-lookupd_ldap/pkg-message' X* X*************************************************** Xlookupd ldap module uses nss_ldap.conf configuration file, as Xit is based on nss_ldap from PADL.com. For information on Xnss_ldap.conf file, see corresponding documentation for nss_ldap. X*************************************************** X* END-of-lookupd_ldap/pkg-message exit --- lookupd_ldap.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407080909.i6899eo1021577>