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

RE: Configuring SVN under SSPI

From: nikhil gupta <ng_g20_at_hotmail.com>
Date: 2007-05-24 13:35:20 CEST

Adding "SSPIOmitDomain on " solved the problem for me...
 
Thanks Ahmed....
 
Thanks a ton...
 
--Nikhil

> Date: Wed, 23 May 2007 17:32:29 -0400> From: ahmedrezat_at_gmail.com> To: ng_g20_at_hotmail.com> CC: users_at_subversion.tigris.org> Subject: Re: Configuring SVN under SSPI> > Hi Nikhil,> I have this working and below are the details of my settings:> > Make sure that in your httpd.conf file you have the following:> > LoadModule sspi_auth_module modules/mod_auth_sspi.so> > My Apache Conf file looks something like this:> > <Location "/SVNRepos"> > DAV svn > SVNPathAuthz off > AuthType SSPI > SSPIAuth On > SSPIAuthoritative On > SSPIDomain //**enter your domain controller name here***> SSPIOfferBasic on > SSPIOmitDomain on //**this makes things a lot easier**> SSPIUsernameCase lower> AuthzSVNAccessFile svnaccessfile //**make sure you've got this right> Require valid-user > </Location> > > Next, svnaccessfile (yes that is literally the name of the accessfile)> looks like this:> > [SVNRepos:/]> ahmed=rw> *=r> > This should get your, working. Let me know if you're still having> problems. BTW, if you google the sspi module I mentioned above I'm> sure you'll find it.> > Regards,> Ahmed> > > On 5/15/07, nikhil gupta <ng_g20_at_hotmail.com> wrote:> > Hi All,> >> > I'm trying to configure the SVN server under SSPI. I used apache 2.0.59 for> > hosting SVN. The problem that I'm facing is as follows:> >> >> >> >> > I created a file describing the group that has access on subversion,> > "svnaccessfile.conf". Now, if I give * =rw, I can commit files to this> > repository, but for *=r, I get the following error:> >> >> >> > Error: MKACTIVITY of> > '/svn/testrepos/!svn/act/938532c5-ec0b-0242-8372-d1e89e20f09e':> > 403 Forbidden (http://dbserver2-hyd:9090)> >> >> >> >> >> > Now, as per my understanding, *=rw gives read/wirte to all. I do not want> > such a situation. read/write should be to the selected ones, & read should> > be for all. Is there any way to achieve that or am I doing this in a wrong> > way?> >> >> >> >> >> > I've attached the "svnaccessfile.conf" as well as the "httpd.conf" files for> > your reference. Any help is appreciated.> >> >> >> > Thanks,> >> > Nikhil> > ________________________________> > Catch the cricket action with MSN! Click here!> > ---------------------------------------------------------------------> > To unsubscribe, e-mail:> > users-unsubscribe_at_subversion.tigris.org> > For additional commands, e-mail:> > users-help_at_subversion.tigris.org> >> >> > ---------------------------------------------------------------------> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org> For additional commands, e-mail: users-help_at_subversion.tigris.org>
_________________________________________________________________
Catch the cricket action with MSN!
http://content.msn.co.in/Sports/Cricket/Default.aspx
Received on Thu May 24 13:35:43 2007

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.