When you paste an entry to the Create panel (see "Pasting an Entry to the Create Panel"), the paste works in one of two ways:
The paste action can remove information from the Create panel before pasting the entry
The paste action does not clear data from the Create panel before pasting. This is useful when you want to create an entry that contains the characteristics of two or more entries.
STANDARD_CREATE_PASTE_CLEAR_DATA
Specifies the type of paste. true indicates that data is cleared from the entry before pasting. By default this is set to false.
STANDARD_CREATE_ALTERNATIVE_NAMING_ATTRIBUTES
If the naming attributes cannot be retrieved from the schema for the Standard Create panel, the list of available naming attributes is taken from this definition. By default the naming attributes are cn, o, ou, l, c, and dc.
# # Standard Create # STANDARD_CREATE_PASTE_CLEAR_DATA=FALSE #STANDARD_CREATE_PASTE_CLEAR_DATA=TRUE # # Alternate way to specify naming attributes if cannot be retrieved from schema STANDARD_CREATE_ALTERNATIVE_NAMING_ATTRIBUTES=cn; o; ou; l; c; dc |