##// END OF EJS Templates
svn: Set authentication realm to None in apache config template...
Martin Bornhold -
r573:7ad65159 default
parent child Browse files
Show More
@@ -33,7 +33,7 b''
33 # following directives implement a fake authentication that allows every
33 # following directives implement a fake authentication that allows every
34 # username/password combination.
34 # username/password combination.
35 AuthType Basic
35 AuthType Basic
36 AuthName "Subversion proxy"
36 AuthName None
37 AuthBasicProvider anon
37 AuthBasicProvider anon
38 Anonymous *
38 Anonymous *
39 Require valid-user
39 Require valid-user
@@ -50,7 +50,7 b''
50
50
51 <Location ${location}>
51 <Location ${location}>
52 AuthType Basic
52 AuthType Basic
53 AuthName "Subversion proxy"
53 AuthName None
54 AuthBasicProvider anon
54 AuthBasicProvider anon
55 Anonymous *
55 Anonymous *
56 Require valid-user
56 Require valid-user
General Comments 0
You need to be logged in to leave comments. Login now