Expounded upon the first faq question to explain that it's not a case of secure or wide-open, but that when it's secured you're expected to add multiple users and grant them permissions

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@473576 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2006-11-10 23:27:10 +00:00
parent c5037809ed
commit 06ff79f950
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
Getting Started FAQ
[How do I access my repository through Archiva?] By default Archiva provides a secure WebDAV URL that needs a user and password. If you want it to not be secured, then you need to add the Repository-Observer role for the repository in question to the Guest user. This is done on the User Management page when logged in as an administrator.
[How do I access my repository through Archiva?] By default Archiva provides a secure WebDAV URL that needs a user and password. Generally it is expected that users are created and the granted access through the Repository-Observer role. If you want it to be completely open, then you need to add the Repository-Observer role for the repository in question to the Guest user. Access control is handled through the User Management page when logged in as an administrator.
~~ [How do I login in M1, M2, Ant?]