Sun Directory Services 3.1 User's Guide

Standard Create Parameters

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:


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.


Example A-5 Standard Create Parameters

# 
# 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