updated documentated for default users' groups
authorImran Zaman <imran.zaman@intel.com>
Wed, 18 Dec 2013 13:33:28 +0000 (15:33 +0200)
committerImran Zaman <imran.zaman@intel.com>
Wed, 18 Dec 2013 13:33:28 +0000 (15:33 +0200)
include/gum/common/gum-config-general.h
src/common/gum.conf.in
test/data/gum-test.conf

index 6f49485..8917ea1 100644 (file)
@@ -48,7 +48,7 @@
  *
  * Comma separate listed of groups, which every user (other than system user)
  * will be added to at the time of user account creation. Default value is:
- * 'users'
+ * ''
  */
 #define GUM_CONFIG_GENERAL_DEF_USR_GROUPS   GUM_CONFIG_GENERAL \
                                               "/DEFAULT_USR_GROUPS"
@@ -57,7 +57,7 @@
  * GUM_CONFIG_GENERAL_DEF_ADMIN_GROUPS:
  *
  * Comma separate listed of groups, which admin user will be added to at the
- * time of admin account creation. Default value is: 'users'
+ * time of admin account creation. Default value is: ''
  */
 #define GUM_CONFIG_GENERAL_DEF_ADMIN_GROUPS   GUM_CONFIG_GENERAL \
                                               "/DEFAULT_ADMIN_GROUPS"
index ba663f9..51c1aa4 100644 (file)
@@ -9,12 +9,12 @@
 
 # Comma separate listed of groups, which every user (other than system user)
 # will be added to at the time of user account creation. Default value is:
-# 'users'
-#DEFAULT_USR_GROUPS=users
+# ''
+#DEFAULT_USR_GROUPS=
 
 # Comma separate listed of groups, which admin user will be added to at the
-# time of user account creation. Default value is: 'users'
-#DEFAULT_ADMIN_GROUPS=users
+# time of user account creation. Default value is: ''
+#DEFAULT_ADMIN_GROUPS=
 
 # Path to passwd file which represents user information. Default is
 # /etc/passwd. More information about the file format can be read at the
index 1f01b52..325554c 100644 (file)
@@ -9,12 +9,12 @@
 
 # Comma separate listed of groups, which every user (other than system user)
 # will be added to at the time of user account creation. Default value is:
-# 'users'
-DEFAULT_USR_GROUPS=users
+# ''
+DEFAULT_USR_GROUPS=
 
 # Comma separate listed of groups, which admin user will be added to at the
-# time of user account creation. Default value is: 'users'
-#DEFAULT_ADMIN_GROUPS=users
+# time of user account creation. Default value is: ''
+#DEFAULT_ADMIN_GROUPS=
 
 # Path to passwd file which represents user information. Default is
 # /etc/passwd. More information about the file format can be read at the