Clean up loopback / inaddr_any checks
[freeradius.git] / raddb / modules / etc_group
1 # -*- text -*-
2 #
3 #  $Id$
4
5 #  "passwd" configuration, for the /etc/group file. Adds a Etc-Group-Name
6 #  attribute for every group that the user is member of.
7 #
8 #  You will have to define the Etc-Group-Name in the 'dictionary' file
9 #  as a 'string' type.
10 #
11 #  The Group and Group-Name attributes are automatically created by
12 #  the Unix module, and do checking against /etc/group automatically.
13 #  This means that you CANNOT use Group or Group-Name to do any other
14 #  kind of grouping in the server.  You MUST define a new group
15 #  attribute.
16 #
17 #  i.e. this module should NOT be used as-is, but should be edited to
18 #  point to a different group file.
19 #
20 passwd etc_group {
21         filename = /etc/group
22         format = "=Etc-Group-Name:::*,User-Name"
23         hashsize = 50
24         ignorenislike = yes
25         allowmultiplekeys = yes
26         delimiter = ":"
27 }
28