[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Apache::AuthNetLDAP Authentication Failure

From: Chris Ruff <jcruff_at_dndlabs.net>
Date: 2004-06-18 14:30:01 CEST

I'm using subversion 1.0.5 and am using Apache::AuthNetLDAP for
authentication. I currrently use this module elsewhere on the same web
server with great success. However when attempting with subversion I
get the following:

**Command line output
----------------------------------------------------------
$ svn co http://my.server.net/repos/Techniq/project1
Authentication realm: <http://my.server.net:80> Subversion Access
Password for 'techniq':
svn: PROPFIND request failed on '/repos/Techniq/project1'
svn: PROPFIND of '/repos/Techniq/project1': 500 Internal Server Error
(http://my.server.net)

**Output from apache2 error_log
----------------------------------------------------------
[Thu Jun 17 21:23:27 2004] [crit] [client 192.168.1.136] configuration
error: couldn't check user. No user file?: /repos/Techniq/project1

**Location directive for Apache2
----------------------------------------------------------
<Location /repos>
DAV svn
SVNParentPath /var/lib/svn/repos

AuthName "Subversion Access"
AuthType Basic
PerlSetVar LDAPServer localhost
PerlSetVar LDAPPort 389
PerlSetVar BaseDN "ou=user,dc=dndlabs,dc=net"
PerlSetVar UIDAttr uid
Require valid-user
</Location>

Anyone with any ideas? Again the Apache::AuthNetLDAP authentication
works elsewhere on the same web server.

Many thanks

-- 
_________________
John Ruff
john@dndlabs.net
"No one can see past a decision they don't understand." --Oracle
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 18 18:33:25 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.