A SERVICE OF

logo

86 Netscape Directory Server Gateway Customization Guide
<rdnattr>. The attribute used to name entries of this type. For example, the
default value for the rdnattr field for people entries is uid. This means that any
people entries created using the gateway will have DNs of the following format:
uid=<string>
The rdnattr field can be modified so that entries are named using a different
attribute. For example, to change the rdnattr of the newtype orgperson line
from uid to cn, people entries created using the gateway will have cn-based
DNs rather than the UID-based DNs (the default setting).
<locations>. A space-separated list of the locations where this type of entry
can be added. The locations in this list must be identical to the <handle>
specified on the corresponding location parameter.
Example The following example allows persons to be added to the Marketing subtree
using the template for organizationalPerson:
newtype orgperson“Person”cn marketing
NLS
Description Identifies the libNLS data directory, which should contain a directory named
“locales”, containing the configuration files LANG.ctx, LANG.col, and LANG.txt
for each supported language (locale).
Format NLS <libNLS data directory>
Example NLS ../../lib/nls
securitypath
Description Identifies the location of the certificate database used by the gateway when
using SSL to communicate with the Directory Server. The certificate database
contains the Certificate Authority issuing the certificate for the Directory Server.
[rob--helpful to say that on install for DE and dsgw, this points to the certificate
database for the admin server?]
Format securitypath <NSHOME>/alias/<cert.db>
Example securitypath “/export/TEST/alias/pb-cert.db”