https://issues.apache.org/bugzilla/show_bug.cgi?id=45962
Summary: LDAP: Could not set the connection timeout
Product: Apache httpd-2
Version: 2.2.9
Platform: Sun
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: mod_ldap
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
I'm using httpd 2.2.9 to host our subversion repositories. I want to
authenticate our users against our Active Directory server. I have built and
installed apr 1.3.3, openldap 2.4.11, apr-util 1.3.4, httpd 2.2.9 and
subversion 1.5.2
Immediately after a server startup, I get these strange errors saying "LDAP:
Could not set the connection timeout" when I try to authenticate myself. The
weird thing is, after a couple of attempts at accessing the subversion content
(5 or 6 times), I'm eventually authenticated without error. Then it will work
for a while, then those same errors will come back. I have tried using a 2.3
version of openldap, same problems.
By the way, the server is a Solaris 10 (running as a virtual server) on sparc
hardware.
Here is what the interesting part of my configuration looks like :
<Location /svn>
DAV svn
SVNParentPath /usr/svn
AuthzLDAPAuthoritative on
AuthType Basic
AuthBasicProvider ldap
AuthUserFile /dev/null
Require valid-user
AuthName "my.domain.com"
AuthLDAPBindDN "CN=user,CN=Users,DC=my,DC=domain,DC=com"
AuthLDAPBindPassword "password"
AuthLDAPURL
"ldap://my.domain.com/DC=my,DC=domain,DC=com?sAMAccountName?sub?(objectClass=user)"
</Location>
and the messages I get in my log file :
[Mon Sep 29 16:38:21 2008] [error] LDAP: Could not set the connection timeout
[Mon Sep 29 16:38:21 2008] [warn] [client 192.168.67.103] [6236] auth_ldap
authenticate: user test authentication failed; URI /svn/test [(null)][Unknown
error]
BTW, I ran the same setup on a linux machine without any problems.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]