AddType
A comma-separated list of types to be added (there must be no space before or after a comma). Datastore updates that are processed on individual database rows depend on the value of this setting and the columns set in the four column settings:
AddType=USER
Adds the user from column UserColumn.
AddType=ALTUSER
Adds alternative name from column AltUserColumn for user in UserColumn.
AddType=GROUP
Adds the group from column GroupColumn.
AddType=USERGROUP
Adds the user from column UserColumn to the group in GroupColumn.
AddType=MEMBERGROUP
Adds the member group from column MemberGroupColumn to group in GroupColumn.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | Database Repository or Execute |
Example: | AddType=USER,ALTUSER,GROUP,USERGROUP,MEMBERGROUP
|
See Also: |