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

Question on ntlm..

From: Kasia Trapszo <ktrapszo_at_tickets.com>
Date: 2004-07-22 23:55:42 CEST

I have configured apache2 with mod_dav and Apache-AuthenNTLM which works
fine.. the problem I have is trying to use AuthzSVNAccessFile.

If I configure the file to

[/]
* =

It works fine.. gives everyone access, but trying to add users and it
always fails "authorization required"

My apache config:

<Location /rep>
   DAV svn
   SVNPath /repos/rep
                                                                                                                                 
   PerlAuthenHandler Apache::AuthenNTLM
   AuthType ntlm,basic
   AuthName "Repository"
   PerlAddVar ntdomain "NTDOM TICKETS-PDC"
   PerlSetVar defaultdomain NTDOM
   PerlSetVar ntlmdebug 0
                                                                                                                                 
   Require valid-user
                                                                                                                                 
   AuthzSVNAccessFile /repos/rep/conf/authfile
</Location>

The authfile:

[/]
ntdom\\ktrapszo = rw

(I tried it w/o the domain name in there, just ktrapszo as well and it
also fails).

>From apache log:
[Thu Jul 22 14:50:15 2004] [error] [client 10.1.1.1] Access denied:
'ntdom\\ktrapszo' GET rep:/

Has anyone done this succesfully? Is it the \\ in username that's
causing the issue? How can I get around it?

I searched the mailing list archive and it wasn't helpful..

Thanks!

-- 
Kasia Trapszo <ktrapszo@tickets.com> 
Software Engineer - Tickets.com
office: 203-741-3028      cell: 860-916-8179
aim: kasiachick            yim: kasiachick
     Telepathy available upon request
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 22 23:56:11 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.