logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Compiling Apache - features required LDAP (ldaps) NTLM auth
Author
ConfusedCompiler



Joined: 23 Mar 2011
Posts: 1

PostPosted: Wed 23 Mar '11 14:32    Post subject: Compiling Apache - features required LDAP (ldaps) NTLM auth Reply with quote

Hi,

For an intranet previously I've compiled Apache and mod_perl from source on Solaris. Now I need to compile a new version of apache, and all the dependencies to provide the following:

LDAP Authentication via ldaps
NTML authentication (to get the user ID sent by IE)

Since I have to build all this from source, I can't find a tutorial or "how to" for all this.

Does anyone have any advice on where to start reading?

Thanks
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7407
Location: EU, Germany, Next to Hamburg

PostPosted: Wed 30 Mar '11 13:53    Post subject: Reply with quote

AFAIK this works with mod_authnz_ldap and mod_ldap which are default on board of 2.2

see http://httpd.apache.org/docs/2.2/en/mod/mod_authnz_ldap.html
and
http://httpd.apache.org/docs/2.2/en/mod/mod_ldap.html#usingssltls

if you have any question please ask again.
Back to top


Reply to topic   Topic: Compiling Apache - features required LDAP (ldaps) NTLM auth View previous topic :: View next topic
Post new topic   Forum Index -> Apache