Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates > by-pkgid > ad6a55e904e8b907b5158134c74b7a47 > files > 35

freeradius-2.2.8-1.mga5.i586.rpm

# -*- text -*-
#
#  $Id: 614c52b82b3e12fab54313aecb5c1120559781f3 $

#  "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
#  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.
#
#  i.e. this module should NOT be used as-is, but should be edited to
#  point to a different group file.
#
passwd etc_group {
	filename = /etc/group
	format = "=Etc-Group-Name:::*,User-Name"
	hashsize = 50
	ignorenislike = yes
	allowmultiplekeys = yes
	delimiter = ":"
}