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

Re: AuthzSVNAccessFile problem

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

I've found the mistake.

I have to put the computer name before the user name in the configuration file.
[JavaCommun:/]
BABARLAND\Administrateur = rw

I've not the modified sspi module, it's why, even with SSPIOmitDomain it
does not work

Barry

At 16:02 14/07/2004, Barry BURNEREAU wrote:
>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 18:42:23 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.