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: Authnz LDAP
Author
galahan



Joined: 14 Dec 2005
Posts: 3

PostPosted: Wed 14 Dec '05 12:04    Post subject: Authnz LDAP Reply with quote

Should the ldap authentication modules be working in the 2.2 binary release on this page?
I added these lines to the config file:
LoadModule ldap_module modules/mod_ldap.so
LoadModule authnz_ldap_module modules/mod_authnz_ldap.so

But when I start httpd up with -e debug, I don't see any message for the modules being loaded...
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Wed 14 Dec '05 13:21    Post subject: Reply with quote

They should load. It is build with the original sources from ASF.

I tried it and get all ok:


Quote:

E:\Apache21\bin>httpd -e debug
[Wed Dec 14 12:15:47 2005] [debug] mod_so.c(246): loaded module ldap_module
[Wed Dec 14 12:15:47 2005] [debug] mod_so.c(246): loaded module authnz_ldap_module
[Wed Dec 14 12:15:47 2005] [debug] mod_so.c(246): loaded module actions_module
[Wed Dec 14 12:15:47 2005] [debug] mod_so.c(246): loaded module alias_module
[Wed Dec 14 12:15:47 2005] [debug] mod_so.c(246): loaded module asis_module
...
...


Steffen
Back to top
galahan



Joined: 14 Dec 2005
Posts: 3

PostPosted: Wed 14 Dec '05 14:46    Post subject: Reply with quote

Did you use the same LoadModule lines as in my post? If not, could you paste yours here.

thanks
Back to top
galahan



Joined: 14 Dec 2005
Posts: 3

PostPosted: Wed 14 Dec '05 14:52    Post subject: Reply with quote

Oh, it's working now. Looks like httpd wasn't rereading the config file...
Back to top


Reply to topic   Topic: Authnz LDAP View previous topic :: View next topic
Post new topic   Forum Index -> Apache