Forum Moderators: phranque

Message Too Old, No Replies

LDAP authentication

authentication using open ldap

         

bearduk

11:03 am on Jun 11, 2009 (gmt 0)

10+ Year Member



Hi all,

I'm trying to configure .htaccess to use LDAP for authentication, but I'm stuck at the first hurdle.

Does any one have experience of this or currently running it?

Do I need the following and if so, how do I go about installing them?

mm_mod_auth_ldap.so
auth_ldap

I'm not sure if I need to recompile httpd or is it possible to simply include the them as modules?

I've been running apache for a while now, but adding modules is a new one for me.

Any help would be greatly appreciated

Thanks

jdMorgan

6:11 pm on Jun 11, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If the mm_mod_auth_ldap.so file isn't present in the filesystem, then you'll need to re-compile.

If it is present, but isn't loaded, then you'll need to load it. However, the changes to load ldap.so will be in a server config file -- you can't do it from .htaccess.

I haven't used LDAP, these are just basic pointers...

Jim

bearduk

10:03 pm on Jun 11, 2009 (gmt 0)

10+ Year Member



Thanks.

looks like most of the details are here

[muquit.com...]

I'll plug away and post back when I've got it sussed

Caterham

10:35 am on Jun 12, 2009 (gmt 0)

10+ Year Member



The Apache HTTP Server provides ldap authentication support as well, see mod_authnz_ldap [httpd.apache.org].