RE: [TSVN] No user/password asked
From: Girouard, Audrey <Audrey.Girouard_at_BancTec.ca>
Date: 2004-07-12 23:01:39 CEST
I put the name of the domain of my computer on the SSPI <domaincontroller>
Now, I can connect through https://<ipadress>/svn/Project, and all the users
I want to control the access to my repository. In my httpd.conf, I have put
--- AuthzSVNAccessFile svnaccessfile <LimitExcept GET PROPFIND OPTIONS REPORT> Require valid-user </LimitExcept> --- In my svnaccessfile, I have for example: --- [groups] developers = agirouard docs = mbouchard #to allow everyone read access [/] * = r #allow all developers complete access @developers = rw --- Now, when I try to look at my files through IE, I don't need an authorization. If I put * = w (for test purposes), I can't look at my files (still no authorization). Why is that so? Audrey --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org For additional commands, e-mail: dev-help@tortoisesvn.tigris.orgReceived on Tue Jul 13 00:06:36 2004 |
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.