up vote 1 down vote favorite
1
share [g+] share [fb]

Decided recently to switch VisualSVN from local users to AD users, so we could easily add other employees. I added myself, gave Read/Write privileges across the whole repo, and then tried to log in. Whether I'm using tortoisesvn or the web client, I get a 403 Forbidden error:

You don't have permission to access /svn/main/ on this server.

I Googled a bit, but only found mention of phantom groups in the authz file. I don't have any of those. Any ideas?

It works just fine with local accounts.

EDIT: Don't know why I didn't try this earlier, but adding the domain before the username makes it work, ie MAIN/Bob. This normally only works when there are conflicting usernames...one local, one in AD, but for whatever reason it works here too. Kinda silly, but I can live with it.

link|improve this question
feedback

1 Answer

Did you checked "Use Windows authentication" and "Save username in UPN format" under VisualSVN Server Properties? What does your authz-windows file looks like? You should see SSIDs of user objects there.

link|improve this answer
Use Windows authentication is checked. "Save username in UPN format" is not currently (the error persists whether it is or is not checked). authz-windows contains the SSID of my user account, and nothing else. – frustrato Dec 4 '09 at 17:38
Please paste the content of your authz-windows file here. Also, a "403 Forbidden" could also be a case-sensitive issue. – nrgyz Dec 4 '09 at 18:07
feedback

Your Answer

 
or
required, but never shown