From: Alan T. DeKok Date: Wed, 30 Jan 2019 15:01:08 +0000 (-0500) Subject: word smithing X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f70e24622ca2632633d51f33402772f77cf2ea0e;p=thirdparty%2Ffreeradius-server.git word smithing --- diff --git a/raddb/mods-available/etc_group b/raddb/mods-available/etc_group index ae13c9c13a9..587adf486eb 100644 --- a/raddb/mods-available/etc_group +++ b/raddb/mods-available/etc_group @@ -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