From owner-freebsd-chat Fri Apr 30 18:14:11 1999 Delivered-To: freebsd-chat@freebsd.org Received: from paris.dppl.com (paris.dppl.com [205.230.74.150]) by hub.freebsd.org (Postfix) with SMTP id D5DBD14DB0 for ; Fri, 30 Apr 1999 18:13:57 -0700 (PDT) (envelope-from yds@ingress.net) Received: (qmail 68382 invoked from network); 1 May 1999 01:13:55 -0000 Received: from ichiban.ingress.com (HELO ichiban) (205.230.64.31) by paris.dppl.com with SMTP; 1 May 1999 01:13:55 -0000 Message-ID: <01bb01be936f$d54a45a0$1f40e6cd@ingress.com> From: "Yarema" To: "Amancio Hasty" Cc: , References: <199904161905.MAA92711@rah.star-gate.com> Subject: Re: App Idea: Configuration Date: Fri, 30 Apr 1999 21:13:33 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Now lets keep the ball rolling and remind people that LDAP is > not restricted to MTAs. > > I volunteer to write a FreeBSD LDAP Web Page to help out. > > What I need is specific instructions to enable LDAP for each > MTA and how is LDAP used. > > > Don't forget ALL of you are invited to participate > Been waiting for something like this to happen.. I took a stab at it and never got a working LDAP config. Now that there are some example I might try again. FWIW, here's my /usr/ports/mail/pine4/Makefile.local ---BEGIN--- BUILD_DEPENDS+= /nonexistent:${PORTSDIR}/net/ldap:build MAKE_ENV+= OPTIMIZE='${CFLAGS}' DEBUG='' post-extract: @${LN} -s ${PORTSDIR}/net/ldap/work/ldap-3.3 ${WRKSRC}/ldap ----END---- Dunno if the MAKE_ENV is still needed but it does make pine honor CFLAGS. unfortunately pine doesn't work with the latest openldap therefore it requires a build of the older net/ldap port. The post-extract target is all that's required for pine to find the ldap libraries and link them in. Then you can go to pine's SETUP CONFIGURATION screen and: [X] ldap-result-to-addrbook-add Shoulda probably submitted a port update, but I suspect this msg might do. I read somewhere that Red Hat wrote an LDAP PAM module. Perhaps that could be incorporated in to FreeBSD as well. -- Yarema To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message