Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Authnz LDAP |
|
Author |
|
galahan
Joined: 14 Dec 2005 Posts: 3
|
Posted: Wed 14 Dec '05 12:04 Post subject: Authnz LDAP |
|
|
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: 3092 Location: Hilversum, NL, EU
|
Posted: Wed 14 Dec '05 13:21 Post subject: |
|
|
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
|
Posted: Wed 14 Dec '05 14:46 Post subject: |
|
|
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
|
Posted: Wed 14 Dec '05 14:52 Post subject: |
|
|
Oh, it's working now. Looks like httpd wasn't rereading the config file... |
|
Back to top |
|
|
|
|
|
|