Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Users

apache 2.2.4 and ldap on solaris 10 sparc

 

 

Apache users RSS feed   Index | Next | Previous | View Threaded


melanie_pfefer at yahoo

Oct 25, 2007, 5:19 AM

Post #1 of 8 (405 views)
Permalink
apache 2.2.4 and ldap on solaris 10 sparc

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



Can you please tell me if I missed something?
/opt/apache/lib still does not exist.. Should it be an
existing directory for ldap??

thanks


___________________________________________________________
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 [at] httpd
" from the digest: users-digest-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd


covener at gmail

Oct 25, 2007, 6:06 AM

Post #2 of 8 (387 views)
Permalink
Re: apache 2.2.4 and ldap on solaris 10 sparc [In reply to]

On 10/25/07, Melanie Pfefer <melanie_pfefer [at] yahoo> 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 [at] gmail

---------------------------------------------------------------------
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 [at] httpd
" from the digest: users-digest-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd


melanie_pfefer at yahoo

Oct 25, 2007, 7:02 AM

Post #3 of 8 (394 views)
Permalink
Re: apache 2.2.4 and ldap on solaris 10 sparc [In reply to]

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 [at] gmail> wrote:

> On 10/25/07, Melanie Pfefer
> <melanie_pfefer [at] yahoo> 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 [at] gmail
>
>
---------------------------------------------------------------------
> 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 [at] httpd
> " from the digest:
> users-digest-unsubscribe [at] httpd
> For additional commands, e-mail:
> users-help [at] httpd
>
>



___________________________________________________________
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 [at] httpd
" from the digest: users-digest-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd


dstusynski at ptc

Oct 25, 2007, 7:27 AM

Post #4 of 8 (383 views)
Permalink
RE: apache 2.2.4 and ldap on solaris 10 sparc [In reply to]

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 [at] yahoo]
Sent: Thursday, October 25, 2007 9:03 AM
To: users [at] httpd
Subject: Re: [users [at] http] 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 [at] gmail> wrote:

> On 10/25/07, Melanie Pfefer
> <melanie_pfefer [at] yahoo> 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 [at] gmail
>
>
---------------------------------------------------------------------
> 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 [at] httpd
> " from the digest:
> users-digest-unsubscribe [at] httpd
> For additional commands, e-mail:
> users-help [at] httpd
>
>



___________________________________________________________
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 [at] httpd
" from the digest: users-digest-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd


---------------------------------------------------------------------
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 [at] httpd
" from the digest: users-digest-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd


melanie_pfefer at yahoo

Oct 25, 2007, 7:46 AM

Post #5 of 8 (388 views)
Permalink
RE: apache 2.2.4 and ldap on solaris 10 sparc [In reply to]

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 [at] ptc> 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 [at] yahoo]
> Sent: Thursday, October 25, 2007 9:03 AM
> To: users [at] httpd
> Subject: Re: [users [at] http] 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 [at] gmail> wrote:
>
> > On 10/25/07, Melanie Pfefer
> > <melanie_pfefer [at] yahoo> 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 [at] gmail
> >
> >
>
---------------------------------------------------------------------
> > 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 [at] httpd
> > " from the digest:
> > users-digest-unsubscribe [at] httpd
> > For additional commands, e-mail:
> > users-help [at] httpd
> >
> >
>
>
>
>
>
___________________________________________________________
> 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 [at] httpd
> " from the digest:
> users-digest-unsubscribe [at] httpd
> For additional commands, e-mail:
> users-help [at] httpd
>
>
>
---------------------------------------------------------------------
> 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 [at] httpd
> " from the digest:
> users-digest-unsubscribe [at] httpd
> For additional commands, e-mail:
> users-help [at] httpd
>
>



___________________________________________________________
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 [at] httpd
" from the digest: users-digest-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd


dstusynski at ptc

Oct 25, 2007, 7:55 AM

Post #6 of 8 (383 views)
Permalink
RE: apache 2.2.4 and ldap on solaris 10 sparc [In reply to]

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 [at] yahoo]
Sent: Thursday, October 25, 2007 9:46 AM
To: users [at] httpd
Subject: RE: [users [at] http] 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 [at] ptc> 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 [at] yahoo]
> Sent: Thursday, October 25, 2007 9:03 AM
> To: users [at] httpd
> Subject: Re: [users [at] http] 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 [at] gmail> wrote:
>
> > On 10/25/07, Melanie Pfefer
> > <melanie_pfefer [at] yahoo> 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 [at] gmail
> >
> >
>
---------------------------------------------------------------------
> > 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 [at] httpd
> > " from the digest:
> > users-digest-unsubscribe [at] httpd
> > For additional commands, e-mail:
> > users-help [at] httpd
> >
> >
>
>
>
>
>
___________________________________________________________
> 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 [at] httpd
> " from the digest:
> users-digest-unsubscribe [at] httpd
> For additional commands, e-mail:
> users-help [at] httpd
>
>
>
---------------------------------------------------------------------
> 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 [at] httpd
> " from the digest:
> users-digest-unsubscribe [at] httpd
> For additional commands, e-mail:
> users-help [at] httpd
>
>



___________________________________________________________
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 [at] httpd
" from the digest: users-digest-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd


---------------------------------------------------------------------
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 [at] httpd
" from the digest: users-digest-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd


dodge at cruciate

Oct 28, 2007, 1:27 PM

Post #7 of 8 (382 views)
Permalink
RE: apache 2.2.4 and ldap on solaris 10 sparc [In reply to]

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 [at] yahoo]
> Sent: Thursday, October 25, 2007 9:46 AM
> To: users [at] httpd
> Subject: RE: [users [at] http] 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 [at] ptc> 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 [at] yahoo]
> > Sent: Thursday, October 25, 2007 9:03 AM
> > To: users [at] httpd
> > Subject: Re: [users [at] http] 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 [at] gmail> wrote:
> >
> > > On 10/25/07, Melanie Pfefer
> > > <melanie_pfefer [at] yahoo> 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 [at] gmail
> > >
> > >
> >
> ---------------------------------------------------------------------
> > > 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 [at] httpd
> > > " from the digest:
> > > users-digest-unsubscribe [at] httpd
> > > For additional commands, e-mail:
> > > users-help [at] httpd
> > >
> > >
> >
> >
> >
> >
> >
> ___________________________________________________________
> > 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 [at] httpd
> > " from the digest:
> > users-digest-unsubscribe [at] httpd
> > For additional commands, e-mail:
> > users-help [at] httpd
> >
> >
> >
> ---------------------------------------------------------------------
> > 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 [at] httpd
> > " from the digest:
> > users-digest-unsubscribe [at] httpd
> > For additional commands, e-mail:
> > users-help [at] httpd
> >
> >
>
>
>
> ___________________________________________________________
> 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 [at] httpd
> " from the digest: users-digest-unsubscribe [at] httpd
> For additional commands, e-mail: users-help [at] httpd
>
>
> ---------------------------------------------------------------------
> 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 [at] httpd
> " from the digest: users-digest-unsubscribe [at] httpd
> For additional commands, e-mail: users-help [at] httpd
>
>

----------------------------------------
"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 [at] httpd
" from the digest: users-digest-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd


melanie_pfefer at yahoo

Oct 29, 2007, 12:48 AM

Post #8 of 8 (382 views)
Permalink
RE: apache 2.2.4 and ldap on solaris 10 sparc [In reply to]

yea thanks. I used Sun DSRK...
--Mel.
--- "John P. Dodge" <dodge [at] cruciate>
wrote:

> 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 [at] yahoo]
> > Sent: Thursday, October 25, 2007 9:46 AM
> > To: users [at] httpd
> > Subject: RE: [users [at] http] 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 [at] ptc> 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 [at] yahoo]
> > > Sent: Thursday, October 25, 2007 9:03 AM
> > > To: users [at] httpd
> > > Subject: Re: [users [at] http] 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 [at] gmail> wrote:
> > >
> > > > On 10/25/07, Melanie Pfefer
> > > > <melanie_pfefer [at] yahoo> 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 [at] gmail
> > > >
> > > >
> > >
> >
>
---------------------------------------------------------------------
> > > > 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 [at] httpd
> > > > " from the digest:
> > > > users-digest-unsubscribe [at] httpd
> > > > For additional commands, e-mail:
> > > > users-help [at] httpd
> > > >
> > > >
> > >
> > >
> > >
> > >
> > >
> >
>
___________________________________________________________
> > > Want ideas for reducing your carbon footprint?
> Visit Yahoo! For Good
> > >
>
=== message truncated ===



___________________________________________________________
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 [at] httpd
" from the digest: users-digest-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd

Apache users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.