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/06 16:16:07 UTC

svn commit: r1548560 - /karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/users.properties

Author: jbonofre
Date: Fri Dec  6 15:16:06 2013
New Revision: 1548560

URL: http://svn.apache.org/r1548560
Log:
[KARAF-2610] Update the comments of users.properties to introduce groups

Modified:
    karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/users.properties

Modified: karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/users.properties
URL: http://svn.apache.org/viewvc/karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/users.properties?rev=1548560&r1=1548559&r2=1548560&view=diff
==============================================================================
--- karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/users.properties (original)
+++ karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/users.properties Fri Dec  6 15:16:06 2013
@@ -18,14 +18,16 @@
 ################################################################################
 
 #
-# This file contains the valid users who can log into Karaf. Each line has 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