Show TOC Anfang des Inhaltsbereichs

Diese Grafik wird im zugehörigen Text erklärt Groups  Dokument im Navigationsbaum lokalisieren

Description

Attribute Names for GROUPS

Attribute

Required / Optional / Multiple

Description

[Group]

Required

Group delimiter.

gid

Required

Name of the group.

gdesc

Optional

Description of the group.

user

Optional

List of users assigned to this group, separated by semi-colons. These users must already exist. They are not automatically created during the import of the group.

group

Optional

List of groups assigned to this group, separated by semi-colons. These groups must already exist. They are not automatically created during the import of the group.

Example

The following is an example of a file containing a group in standard format. The users MarcPeters, JackSmith, and Alan_Fox must already exist, otherwise an error occurs. Similarly, the groups HappyBuyersOf2003and HappyBuyersOf2002 must already exist, or be created during the import before the group HappyBuyers.

[Group]
gid=HappyBuyers
gdesc=This is a group of all satisfied buyers
user=MarcPeters;JackSmith;Alan_Fox
group=HappyBuyersOf2003;HappyBuyersOf2002

 

Ende des Inhaltsbereichs