Patches for EAP-FAST as posted to the list 2010-01-19
[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-Name attribute is automatically created by the Unix module,
12 #  and does checking against /etc/group automatically.
13 #
14 #  i.e. this module should NOT be used as-is, but should be edited to
15 #  point to a different group file.
16 #
17 passwd etc_group {
18         filename = /etc/group
19         format = "=Etc-Group-Name:::*,User-Name"
20         hashsize = 50
21         ignorenislike = yes
22         allowmultiplekeys = yes
23         delimiter = ":"
24 }
25