diff options
author | Brett Porter <brett@apache.org> | 2007-11-21 08:26:57 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2007-11-21 08:26:57 +0000 |
commit | 7f5caf2ec745e4f9068c31876d85b620e80cf29b (patch) | |
tree | 77f1bf244754efc1bbc07d2d54c609214b586ef9 /archiva-docs/src/site/xdoc/tour/security.xml | |
parent | 5689b7a1344b34869a494bd4a5140c4baf24f3d2 (diff) | |
download | archiva-7f5caf2ec745e4f9068c31876d85b620e80cf29b.tar.gz archiva-7f5caf2ec745e4f9068c31876d85b620e80cf29b.zip |
site -> docs
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@596980 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src/site/xdoc/tour/security.xml')
-rw-r--r-- | archiva-docs/src/site/xdoc/tour/security.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/archiva-docs/src/site/xdoc/tour/security.xml b/archiva-docs/src/site/xdoc/tour/security.xml new file mode 100644 index 000000000..1e49c9fa9 --- /dev/null +++ b/archiva-docs/src/site/xdoc/tour/security.xml @@ -0,0 +1,26 @@ +<?xml version="1.0"?> +<document> + <properties> + <title>Role-based Security</title> + <author email="brett@apache.org">Brett Porter</author> + </properties> + <head> + </head> + <body> + <section name="Role-based Security"> + <div style="text-align: center"> + <img src="../images/tour/security.png" width="640" height="401" alt="" /> + <p> + Archiva uses the Redback security framework to provide flexible role-based security controls for repositories. + You can use the graphical interface to maintain user accounts, as well as secure repositories for read and/or write + access for individuals, or given roles. + </p> + <p> + <a href="admin.html">Previous: Graphical Administration</a> | + <strong>Role-based Security</strong> | + <a href="reports.html">Next: Integrity Reports</a> + </p> + </div> + </section> + </body> +</document> |