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

FW: Getting NT Authorization Right with mod_auth_sspi.so

From: Roehl, Dan <Dan.Roehl_at_austinenergy.com>
Date: 2004-07-13 00:26:15 CEST

Here is the most interesting (recurring) info from Apache error.log
[Mon Jul 12 16:21:58 2004] [error] [client 10.10.58.134] (OS 1326)Logon
failure: unknown user name or bad password. : user
my-domainController\\roehld: authentication failure for "/svn/repos/app

-----Original Message-----
From: Roehl, Dan
Sent: Monday, July 12, 2004 4:59 PM
To: 'users@subversion.tigris.org'
Subject: FW: Getting NT Authorization Right with mod_auth_sspi.so

I am running SVN 1.0.0 with apache 2.0
I am trying to set up the NT AD authentication properly
I have the mod_auth_sspi.so + patch from tigris website.

Here is from my httpd.conf:
<Location /svn/repos>
  DAV svn
  SVNPath /svn/repos
  AuthType SSPI
  SSPIAuth On
  SSPIAuthoritative On
  SSPIOfferBasic On
  SSPIDomain myDomain.net
  AuthName " Subversion Repositories"
  AuthzSVNAccessFile D:/Apache2/etc/svnaccessfile
  Require valid-user
 </Location>

Here are the contents of my svnaccessfile

[groups]
foo = domain\user

[/]
# to allow everyone read access
* = r

[/svn/repos/App]
@foo = rw

Any suggestions on how to do this right? I have rtfm and googled and
searched the lists to no avail. What should the ntfs permissions be on the
repository folder? Does that matter (seems like it should not)?

I am so close....

- THX

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 13 00:27:57 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.