blob: 6aea41b660d2de5177224d29d79e43e53a80e5e9 [file] [log] [blame]
Chetan Gaonker7f4bf742016-05-04 15:56:08 -07001# -*- text -*-
2#
3# $Id: f58b72f560ba067991d67295b546691bcd992d44 $
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#
20passwd etc_group {
21 filename = /etc/group
22 format = "=Etc-Group-Name:::*,User-Name"
23 hash_size = 50
24 ignore_nislike = yes
25 allow_multiple_keys = yes
26 delimiter = ":"
27}
28