Author: jbonofre
Date: Tue Dec 3 14:35:36 2013
New Revision: 1547409
URL: http://svn.apache.org/r1547409
Log:
[KARAF-2511] Update the console section of the user guide with RBAC secrity link
Modified:
karaf/trunk/manual/src/main/webapp/users-guide/console.conf
Modified: karaf/trunk/manual/src/main/webapp/users-guide/console.conf
URL:
http://svn.apache.org/viewvc/karaf/trunk/manual/src/main/webapp/users-guide/console.conf?rev=1547409&r1=1547408&r2=1547409&view=diff
==============================================================================
--- karaf/trunk/manual/src/main/webapp/users-guide/console.conf (original)
+++ karaf/trunk/manual/src/main/webapp/users-guide/console.conf Tue Dec 3
14:35:36 2013
@@ -1,6 +1,6 @@
h1. Using the console
-h2. Viewing available commands
+h2. Available commands
To see a list of the available commands in the console, you can use the
{{help}}:
@@ -314,4 +314,12 @@ OPTIONS
{code}
-Again, you can find details and all options of these commands using {{help}}
command or {{--help}} option.
\ No newline at end of file
+Again, you can find details and all options of these commands using {{help}}
command or {{--help}} option.
+
+h2. Security
+
+The Apache Karaf console supports a Role Based Access Control (RBAC) security
mechanism. It means that depending of
+the user connected to the console, you can define, depending of the user's
groups and roles, the permission to execute
+some commands, or limit the values allowed for the arguments.
+
+Console security is detailed in the [Security section|security] of this user
guide.
\ No newline at end of file