Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Problem with auth_ldap in Apache 2.0.47 vs Active Directory

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
Apache 2.x Active Directory Authentication - Hi, I've started doing research this weekend to see whether Apache (in my case 2.x) can against Microsoft Active I will be an Intranet in the coming months, and would like to be able to limit access to..

I got a problem with Apache & PHP. - First off, I'm trying to get PHP working with Apache. I added this line to my AddType .php and I have set index.php to the default index page. When I go to my test page with a little <? F d,..

problem with apache - Hi I have installed apache with mysql and php and I have the follow problem: [Fri Jul 11 10:21:31 2003] [alert] httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for [Fri Jul 11 10:21:31 2003] [crit]..

Apache + PHP problem - can't reply to OPTIONS request. - I'm trying to implement a small WebDAV server using PHP. (WebDAV is an HTTP extension that (among other things) makes it possible to manage files using the HTTP protocol; kinda in the same way like using FTP through a I've made a short..

Apache 2 + openssl + prngd compilation problem - Hi, I cannot get my Apache 2 + mod_ssl to compile on Solaris 7. I use server with socket. and I first trid : configure failed : "You need APR random support to use
Author Message
ittrmry

External


Since: Aug 13, 2003
Posts: 1



(Msg. 1) Posted: Wed Aug 13, 2003 5:20 pm
Post subject: Problem with auth_ldap in Apache 2.0.47 vs Active Directory
Archived from groups: alt>apache>configuration (more info?)

Hi -

Can anyone help with a problem I'm experiencing with auth_ldap?

I have built Apache 2.0.47 with the auth_ldap module (on Solaris Cool and
want to use it to authenticate against our Active Directory database.

I have got to a point where it is clearly connecting to AD but the
response seems to be perhaps a bit odd.

If I provide an INCORRECT username and password, Apache logs

[warn] [client xxx.xxx.xxx.xxx] [26593] auth_ldap authenticate: user
fred authentication failed; URI /testauth [ldap_simple_bind_s() to check
user credentials failed][Invalid credentials]

Well and good, but if I supply a CORRECT username and password,
authentication still fails but Apache now logs

[warn] [client xxx.xxx.xxx.xxx] [26593] auth_ldap authenticate: user
fred authentication failed; URI /testauth [User not found][No such object]

....so it seems that the username and password are checked, but if they
are correct a different error is still generated from somewhere.

The directory I'm testing against is configured as follows

<Directory /usr/local/apache2/htdocs/testauth>
AuthLDAPURL "ldap://our.machine/cn=users,dc=staff,dc=our-uni,dc=ac,dc=uk"
AuthLDAPBindDN "cn=ldapacct,cn=users,dc=staff,dc=our-uni,dc=ac,dc=uk"
AuthLDAPBindPassword abcdefgh
AuthType Basic
AuthName testauthldap
Require valid-user
</Directory>

Any ideas?

Thanks

Richard

 >> Stay informed about: Problem with auth_ldap in Apache 2.0.47 vs Active Directory 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]