Show TOC Anfang des Inhaltsbereichs

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

Description

If no role exists with the role ID defined in the import data, a new UME role with this role ID is created. If a role already exists with the role ID defined in the import data and you choose Overwrite Existing Data, the role is updated regardless of whether it is a portal role or a UME role.

Achtung

If you choose to update the user assignments of an existing role, the existing user assignments of that role are overwritten.

Attribute Names for ROLES

Attribute

Required / Optional / Multiple

Description

[Role]

Required

Role delimiter.

rid

Required

Name of the UME role.

rdesc

Optional

Description of the role.

action

Optional

List of actions assigned to the role, separated by semi-colons. These actions must already exist.

user

Optional

List of users assigned to this role, 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 role, separated by semi-colons. These groups must already exist. They are not automatically created during the import.

Example

The following is an example of a file containing a role 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.

[Role]
rid=Role1
rdesc=Role description
user=MarcPeters;JackSmith;Alan_Fox;
group=HappyBuyersOf2003;HappyBuyersOf2002

 

Ende des Inhaltsbereichs