You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2011/10/04 10:08:10 UTC

svn commit: r1178714 - /servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/system.properties

Author: ffang
Date: Tue Oct  4 08:08:09 2011
New Revision: 1178714

URL: http://svn.apache.org/viewvc?rev=1178714&view=rev
Log:
[SMX4-932]system.properties miss karaf.admin.role property

Modified:
    servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/system.properties

Modified: servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/system.properties
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/system.properties?rev=1178714&r1=1178713&r2=1178714&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/system.properties (original)
+++ servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/system.properties Tue Oct  4 08:08:09 2011
@@ -50,6 +50,22 @@ karaf.default.repository=system
 karaf.shell.init.script=${karaf.home}/etc/shell.init.script
 
 #
+# Default role name used for console authorization (JMX, SSH and WEB)
+# The syntax is the following:
+#   [classname:]principal
+# where classname is the class name of the principal object
+# (defaults to org.apache.karaf.jaas.modules.RolePrincipal)
+# and principal is the name of the principal of that class
+# (defaults to admin).
+#
+# Note that this value can be overriden using the various ConfigAdmin
+# configurations for JMX, SSH or the WebConsole.
+#
+karaf.admin.role=admin
+
+
+
+#
 # Set this empty property to avoid errors when validating xml documents.
 #
 xml.catalog.files=