You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2013/12/07 13:48:35 UTC

svn commit: r1548905 - /karaf/branches/karaf-2.x/assemblies/apache-karaf/src/main/distribution/text/etc/users.properties

Author: jbonofre
Date: Sat Dec  7 12:48:35 2013
New Revision: 1548905

URL: http://svn.apache.org/r1548905
Log:
[KARAF-2610] Update the comments in etc/users.properties to describe the groups and roles

Modified:
    karaf/branches/karaf-2.x/assemblies/apache-karaf/src/main/distribution/text/etc/users.properties

Modified: karaf/branches/karaf-2.x/assemblies/apache-karaf/src/main/distribution/text/etc/users.properties
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.x/assemblies/apache-karaf/src/main/distribution/text/etc/users.properties?rev=1548905&r1=1548904&r2=1548905&view=diff
==============================================================================
--- karaf/branches/karaf-2.x/assemblies/apache-karaf/src/main/distribution/text/etc/users.properties (original)
+++ karaf/branches/karaf-2.x/assemblies/apache-karaf/src/main/distribution/text/etc/users.properties Sat Dec  7 12:48:35 2013
@@ -18,14 +18,16 @@
 ################################################################################
 
 #
-# This file contains the valid users who can log into Karaf. Each line have to be of
-# the format:
+# This file contains the users, groups, and roles.
+# Each line has to be of the format:
 #
 # USER=PASSWORD,ROLE1,ROLE2,...
+# USER=PASSWORD,_g_:GROUP,...
+# _g_\:GROUP=ROLE1,ROLE2,...
 #
-# All users and roles entered in this file are available after Karaf startup
+# All users, grousp, and roles entered in this file are available after Karaf startup
 # and modifiable via the JAAS command group. These users reside in a JAAS domain
-# with the name "karaf"..
+# with the name "karaf".
 #
 karaf = karaf,_g_:admingroup
 _g_\:admingroup = group,admin,manager,viewer