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

RE: mod_auth_sspi + AuthzSVNAccessFile combo is broken

From: Ramakrishna B. Shenai <RShenai_at_facetime.com>
Date: 2004-07-08 05:08:01 CEST

Ben,

The problem was I was entering the userid in the mod_authz_svn Authz file the incorrect way.

I had tried various forms of
- <domain>\\<user>
- <domain>/<user>
- \\\\<domain>\\<user>
- //<domain>/<user>

Using it straight forward as <domain>\<user> works.
Pretty dumb of me not to have tried this out earlier !!!

Thanks
Ramakrishna

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Thursday, July 08, 2004 8:24 AM
To: Ramakrishna B. Shenai
Cc: users@subversion.tigris.org
Subject: Re: mod_auth_sspi + AuthzSVNAccessFile combo is broken

Ramakrishna B. Shenai wrote:

> Am I missing something very basic here or is there a problem with mod_authz_svn.
>

The problem isn't mod_authz_svn; it's just trying to match usernames
against whatever username is attached to the HTTP request by
mod_auth_sspi. IIRC, the sspi module authenticates usernames like
"DOMAIN\USERNAME", so you'll need to use similarly formatted users in
your mod_authz_svn Authz file. Google the users@ list, this has been
discussed before. I may have the syntax slightly wrong.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 8 05:52:39 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.