Installation guide

Table Of Contents
location-suffix
Appendix A Parameters Defined in the .conf File 99
location-suffix
Identifies the directory suffix used to create new entries in the directory.
This value is appended to the DN field of the
NLS parameter when the gateway is used to
create new entries in the directory.
Format
location-suffix "suffix"
Example
location-suffix "o=example.com"
newtype
Defines the types of entries that can be added to the directory using the gateway. newtype
also defines the locations in the directory where an entry type can be added. For a user to
create the entry, the corresponding location must be defined using the
location
parameter.
Format
newtype template_name "friendly_name" rdnattr locations
template_name. The name of a display-template_name.html file that defines the object
class listed. Template files are stored in the
../config directory. The gateway uses these
files to define how various types of entries are displayed when entries are being created or
viewed:
orgperson — Corresponds to the
display-orgperson.html template. Defines how
the gateway displays an entry of object class type
inetOrgPerson.
groupun — Corresponds to the
display-groupun.html template. Defines how the
gateway displays an entry of object class type
groupOfUniqueNames.
orgunit — Corresponds to the
display-orgunit.html template. Defines how the
gateway displays an entry of object class type
organizationalUnit.
org — Corresponds to the
display-org.html template. Defines how the gateway
displays an entry of object class type
organization.
friendly_name. An arbitrary string that describes the entry. This string should be
reasonably descriptive of the entry type because the gateway displays this string to users
who are adding entries.