Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 197 invoked by uid 500); 25 Nov 2002 15:59:26 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 175 invoked from network); 25 Nov 2002 15:59:25 -0000 Received: from spey.st-and.ac.uk (HELO spey.st-andrews.ac.uk) (138.251.61.4) by daedalus.apache.org with SMTP; 25 Nov 2002 15:59:25 -0000 Received: from shelob.st-andrews.ac.uk (shelob [138.251.61.66]) by spey.st-andrews.ac.uk (8.9.1a/8.9.1) with ESMTP id PAA01367; Mon, 25 Nov 2002 15:59:24 GMT Message-Id: <5.2.0.9.0.20021125155832.02a62800@spey> X-Sender: dbb@spey X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Mon, 25 Nov 2002 16:04:45 +0000 To: users@httpd.apache.org, From: Duncan Brannen In-Reply-To: <996B8A752C431B4B842D3F627C0B81762C1B02@HQ-MAIL1.ptcnet.ptc .com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-StAndrewsMailScanner: No virus detected X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: RE: [users@httpd] Apache2.0.43 w/ ldap on Solaris (I've done this today with mod_ldap and mod_ssl) setenv LDFLAGS "-L//lib -L//lib -L/usr/local/lib" setenv LDFLAGS "$LDFLAGS -R//lib://lib:/usr/local/lib" setenv CPPFLAGS "-I//include -I//include -I/usr/local/include" make distclean ./configure --prefix=/ --with-ssl=/ --enable-so --enable-ssl --enable-auth-ldap --with-ldap --enable-ldap --enable-proxy --with-ldap-include=//include --with-ldap-lib=//lib make depend make make install Create a .htaccess file AuthType Basic AuthName "Apache 2 Test" AuthLDAPURL ldap://ldap.foo.org:389/o=foo.org?uid?sub?(objectClass=*) AuthLDAPRemoteUserIsDN on require group cn=staff,ou=Groups,o=foo.org Works fine, Solaris 2.8, open ldap 2.1.8 built with as setenv LDFLAGS "-L//lib -L/usr/local/lib" setenv CPPFLAGS "-I//include -I/usr/local/include" setenv LDFLAGS "$LDFLAGS -R//lib:/usr/local/lib" ./configure --prefix=//openldap2.1.8 --disable-slapd --disable-slurpd --with-tls make depend make make install At 10:08 25/11/2002 -0500, Fenlason, Josh wrote: >That appears to be for Apache 1.3.x. The ldap module in 2.0.43 >compiles. It just won't authenticate on Solaris. Although, it works >great on win32. Go figure. Thanks. >, >Josh. > >--------------------------------------------------------------------- >The official User-To-User support forum of the Apache HTTP Server Project. >See for more info. >To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org >For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org