]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
word smithing
authorAlan T. DeKok <aland@freeradius.org>
Wed, 30 Jan 2019 15:01:08 +0000 (10:01 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 30 Jan 2019 15:01:08 +0000 (10:01 -0500)
raddb/mods-available/etc_group

index ae13c9c13a9f384543b2f14b0054b31285894f53..587adf486eba16443c88ac0aca64c7526141cfb4 100644 (file)
@@ -3,18 +3,22 @@
 #  $Id$
 #######################################################################
 #
-#  ## Passwd Module
+#  ## etc_group Module
 #
-#  The `passwd` module provides authentication against unix passwd files.
+#  The `etc_group` module provides group names from the `/etc/group` file.
+#
+#  Please see the `passwd` module for full doucmentation on the
+#  configuration items used here.
 #
 
 #
 #  ## Sample configuration
 #
-#  The `passwd` configuration, for the /etc/group file. Adds a `Etc-Group-Name`
-#  attribute for every group that the user is member of.
+#  The `passwd` module configuration, for the /etc/group file. Adds a
+#  `Etc-Group-Name` attribute for every group that the user is member
+#  of.
 #
-#  You will have to define the `Etc-Group-Name` in the 'dictionary' file
+#  You will have to define the `Etc-Group-Name` in the `dictionary` file
 #  as a 'string' type.
 #
 #  The `Group` and `Group-Name` attributes are automatically created by