]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Update raddb/mods-available/etc_group 2446/head
authorJorge Pereira <jpereiran@gmail.com>
Tue, 29 Jan 2019 22:36:09 +0000 (20:36 -0200)
committerJorge Pereira <jpereiran@gmail.com>
Tue, 29 Jan 2019 22:37:37 +0000 (20:37 -0200)
raddb/mods-available/etc_group

index f58b72f560ba067991d67295b546691bcd992d44..ae13c9c13a9f384543b2f14b0054b31285894f53 100644 (file)
@@ -1,20 +1,29 @@
 # -*- text -*-
 #
 #  $Id$
+#######################################################################
+#
+#  ## Passwd Module
+#
+#  The `passwd` module provides authentication against unix passwd files.
+#
 
-#  "passwd" configuration, for the /etc/group file. Adds a Etc-Group-Name
+#
+#  ## 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.
 #
-#  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
-#  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.
+#  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
+#  WARNING: This module should NOT be used as-is, but should be edited to
 #  point to a different group file.
 #
 passwd etc_group {