More documentation
authorAlan T. DeKok <aland@freeradius.org>
Thu, 15 Jul 2010 08:39:56 +0000 (10:39 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 16 Jul 2010 15:33:21 +0000 (17:33 +0200)
raddb/modules/etc_group

index fb10684..614c52b 100644 (file)
@@ -8,8 +8,11 @@
 #  You will have to define the Etc-Group-Name in the 'dictionary' file
 #  as a 'string' type.
 #
-#  The Group-Name attribute is automatically created by the Unix module,
-#  and does checking against /etc/group automatically.
+#  The Group and Group-Name attributes are automatically created by
+#  the Unix module, and do checking against /etc/group automatically.
+#  This means that you CANNOT use Group or Group-Name to do any other
+#  kind of grouping in the server.  You MUST define a new group
+#  attribute.
 #
 #  i.e. this module should NOT be used as-is, but should be edited to
 #  point to a different group file.