Not sure if I should pipe in here. You need an LDAPSDK. 1) Get OpenLDAP http://www.openldap.org 2) Unpack OpenLDAP 3) cd OpenLDAP source dir 4) ./configure --prefix=/opt/openldap --disable-slapd --disable-slurpd 5) make ; make install Then point your Apache HTTPD config options at /opt/openldap ... --enable-ldap=shared \ --enable-authnz-ldap=shared \ --with-ldap \ --with-ldap-dir=/opt/openldap \ --with-ldap-include=/opt/openldap/include \ --with-ldap-lib=/opt/openldap/lib \ .... Thanks. On Thu, 25 Oct 2007, Stusynski, Dan wrote: > > 1] Not sure how APR handles that. Maybe someone else can comment. It > would appear that it gets ignored. > > 2] Yes. You can then configure the directives to point to a MS ADS LDAP > server after your rebuild Apache. > > Dan Stusynski > > > -----Original Message----- > From: Melanie Pfefer [mailto:melanie_pfefer@xxxxxxxxxxx] > Sent: Thursday, October 25, 2007 9:46 AM > To: users@xxxxxxxxxxxxxxxx > Subject: RE: apache 2.2.4 and ldap on solaris 10 sparc > > Thanks Dan. > > 1] So how come the compilation and installation ended up without errors > while /opt/apache/lib and /opt/apache/include did not exist on my > server? > > 2] Also, at a first stage, I want to point to Microsoft Active Directory > (which is on another server). In that case, let's say I need to do the > compilation and installation again (./configure - make > - make install), I need to put LDAP/lib and LDAP/incude directory of > either OpenLDAP or iPlanet LDAP?? According to apache, the ldap module > supports sdks from novell,openldap and iplanet... > > > > Many thanks for your support. > Best regards, > --- "Stusynski, Dan" <dstusynski@xxxxxxx> wrote: > > > Melanie, > > > > He was saying that the directories you provided should be inputs into > > the configure, not outputs. For example: > > --with-ldap-lib=/opt/apache/lib > > > > "/opt/apache/lib" is where your LDAP/lib directory resides. Apache > > will not output anything to that directory but is expecting the > > necessary LDAP SDK libraries to reside there. > > > > 1] LDAP SDK should be under (at least using your directory example) > > /opt/apache. The LDAP SDK library files are under /lib. You can > > download them from the web. See > > > http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html > > for which LDAP > > SDKS are available for use. > > > > 2] That will point to the LDAP SDK include directory, ie., > > /opt/apache/include, or "path_to_your_ldap_sdk/include". > > > > 3] Yes, it should be integrated. You will still need to properly > > configure the conf file for your purposes. Again, see the above link > > for examples on the directives. > > > > Dan Stusynski > > > > > > -----Original Message----- > > From: Melanie Pfefer > > [mailto:melanie_pfefer@xxxxxxxxxxx] > > Sent: Thursday, October 25, 2007 9:03 AM > > To: users@xxxxxxxxxxxxxxxx > > Subject: Re: apache 2.2.4 and ldap on solaris 10 sparc > > > > Hi Eric,all > > > > I didn't get your answer: > > 1] so ldap sdk should be under /opt/apache/lib? If so, how to download > > > them? > > > > 2] and what with-ldap-include will have to point to? > > > > 3] Finally, once we use > > --enable-authnz-ldap > > --enable-ldap > > --with-ldap > > --with-ldap-include > > --with-ldap-lib > > > > and make/make install ends without warnings, can we say that ldap is > > "integrated" in apache? and all we have to do is to point to ldap > > server using AuthLDAPURL? > > > > Many thanks > > --- Eric Covener <covener@xxxxxxxxx> wrote: > > > > > On 10/25/07, Melanie Pfefer > > > <melanie_pfefer@xxxxxxxxxxx> wrote: > > > > hi folks, > > > > > > > > I managed to configure, make and make install > > > apache > > > > with these additional keywords: > > > > > > > > --enable-authnz-ldap --enable-ldap --with-ldap > > > > --with-ldap-include=/opt/apache/include > > > > --with-ldap-lib=/opt/apache/lib > > > > > > > > > Those refer to existing header/library directories > > for the LDAP SDK > > > you want APR to use. (input, not output) > > > > > > -- > > > Eric Covener > > > covener@xxxxxxxxx > > > > > > > > > --------------------------------------------------------------------- > > > The official User-To-User support forum of the > > Apache HTTP Server > > > Project. > > > See <URL:http://httpd.apache.org/userslist.html> > > for more info. > > > To unsubscribe, e-mail: > > > users-unsubscribe@xxxxxxxxxxxxxxxx > > > " from the digest: > > > users-digest-unsubscribe@xxxxxxxxxxxxxxxx > > > For additional commands, e-mail: > > > users-help@xxxxxxxxxxxxxxxx > > > > > > > > > > > > > > > > > ___________________________________________________________ > > Want ideas for reducing your carbon footprint? Visit Yahoo! For Good > > > http://uk.promotions.yahoo.com/forgood/environment.html > > > > > --------------------------------------------------------------------- > > The official User-To-User support forum of the Apache HTTP Server > > Project. > > See <URL:http://httpd.apache.org/userslist.html> for more info. > > To unsubscribe, e-mail: > > users-unsubscribe@xxxxxxxxxxxxxxxx > > " from the digest: > > users-digest-unsubscribe@xxxxxxxxxxxxxxxx > > For additional commands, e-mail: > > users-help@xxxxxxxxxxxxxxxx > > > > > > > --------------------------------------------------------------------- > > The official User-To-User support forum of the > > Apache HTTP Server Project. > > See <URL:http://httpd.apache.org/userslist.html> for > > more info. > > To unsubscribe, e-mail: > > users-unsubscribe@xxxxxxxxxxxxxxxx > > " from the digest: > > users-digest-unsubscribe@xxxxxxxxxxxxxxxx > > For additional commands, e-mail: > > users-help@xxxxxxxxxxxxxxxx > > > > > > > > ___________________________________________________________ > Yahoo! Answers - Got a question? Someone out there knows the answer. Try > it > now. > http://uk.answers.yahoo.com/ > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server > Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > ---------------------------------------- "Mon aéroglisseur est plein d'anguilles" John P. Dodge Boeing Shared Services --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx