diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-11-14 16:41:30 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-11-14 16:41:30 +0000 |
commit | 801fe65a26c9dc8b53bda04e4876a0368f8988ed (patch) | |
tree | 1ff31e1c579b87f83106188323e74d03ce9f6443 /deployment/wikis | |
parent | 2f6a63da65ce6c33e23c78c17aa98559086d6058 (diff) | |
download | puppet-801fe65a26c9dc8b53bda04e4876a0368f8988ed.tar puppet-801fe65a26c9dc8b53bda04e4876a0368f8988ed.tar.gz puppet-801fe65a26c9dc8b53bda04e4876a0368f8988ed.tar.bz2 puppet-801fe65a26c9dc8b53bda04e4876a0368f8988ed.tar.xz puppet-801fe65a26c9dc8b53bda04e4876a0368f8988ed.zip |
remove password protection on wiki
Diffstat (limited to 'deployment/wikis')
-rw-r--r-- | deployment/wikis/templates/wiki_vhost.conf | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/deployment/wikis/templates/wiki_vhost.conf b/deployment/wikis/templates/wiki_vhost.conf index 72b66540..e8e4fd6d 100644 --- a/deployment/wikis/templates/wiki_vhost.conf +++ b/deployment/wikis/templates/wiki_vhost.conf @@ -1,13 +1,5 @@ <Directory <%= wikis_root %>> Options +FollowSymLinks - - AuthUserFile /srv/passwd-wiki - AuthType Basic - AuthName "Mageia wiki" - <LIMIT GET POST PUT> - require valid-user - </LIMIT> - </Directory> RewriteEngine On |