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

AuthzSVNAccessFile problem

From: Barry BURNEREAU <bburnereau_at_sqli.com>
Date: 2004-07-14 16:02:45 CEST

Hello

I have some trouble about how to configure AuthzSVNAccessFile

I have this description in httpd.conf
<Location /svn>
#On déclare un DAV
DAV svn
SVNParentPath D:\SVN
#Politique de droit dans un fichier de config
AuthzSVNAccessFile D:\SVN\configuration\accessFile.txt

#On demande des mots de pass que ou on a en besoin
Satisfy Any
Require valid-user

#On se log avec SSPI
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
SSPIDomain <domaincontroller>
SSPIOfferBasic On
</Location>

ModSSPI works well. If I suply a wrong password, I have:
[Wed Jul 14 16:04:04 2004] [error] [client 192.168.1.2] (OS 1326)Échec
d'ouverture de session : nom d'utilisateur inconnu ou mot de passe
incorrect. : authentication failure for "/svn/JavaCommun": user unknown

When I suply the good password, I have
[Wed Jul 14 16:04:09 2004] [error] [client 192.168.1.2] Access denied:
'BABARLAND\\Administrateur' GET JavaCommun:/

I have no domain, it's a workgroup.
BABARLAND is the name of my server.

My accessFile.txt is
[JavaCommun:/]
Administrateur = rw

What do I do wrong ?
If somebody have an idea ...

Thank's

Barry

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 14 16:55:26 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.