diff options
author | Henri Yandell <bayard@apache.org> | 2006-11-10 23:27:10 +0000 |
---|---|---|
committer | Henri Yandell <bayard@apache.org> | 2006-11-10 23:27:10 +0000 |
commit | 06ff79f9509d5c407c521a7dc6761f2afe3f287a (patch) | |
tree | 4565a88d574f69f867d3ae544e1c6b2c1ea0bf43 /src | |
parent | c5037809ed00a7df8e6b3bc03095ec47a8e1ffda (diff) | |
download | archiva-06ff79f9509d5c407c521a7dc6761f2afe3f287a.tar.gz archiva-06ff79f9509d5c407c521a7dc6761f2afe3f287a.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/site/apt/guides/getting-started/faq.apt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/apt/guides/getting-started/faq.apt b/src/site/apt/guides/getting-started/faq.apt index 01f5c2ff7..1b200bab6 100644 --- a/src/site/apt/guides/getting-started/faq.apt +++ b/src/site/apt/guides/getting-started/faq.apt @@ -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?] |