Previous | Contents | Index |
The next step is to create a directory channel option file. The name of the option file is x_option
where x
is the name of the channel, hence usually directory_option
, and the file should be placed in the PMDF table directory.
At a minimum, this file is used to tell the directory
channel how to handle each pseudo domain it services. There should be
at least one entry for each pseudo domain. These entries have the form:
domain=service-type |
domain
is the name of the pseudo domain in question and service-type
is an integer indicating what sort of database is used to translate addresses in the pseudo domain:
Service type | Description |
---|---|
0 |
Use a
PMDF CRDB or
pmdf crdb database
|
2 |
Use an
LDAP or
X.500 directory database
|
3 |
Perform
ALL-IN-1 list expansion operations
|
4 |
Use a
CCSO/qi/ph directory database
|
PMDF CRDB
(OpenVMS) or pmdf crdb
(UNIX or NT). However, the option DEFAULT_METHOD may be used to change
this default, as described below: DEFAULT_METHOD (integer)
DEFAULT_METHOD
may be set to any of the supported service types to select that service type as the default for pseudo domains which do not have an explicit setting. The default isDEFAULT_METHOD=0
, meaning to usePMDF CRDB
orpmdf crdb
databases.
Continuing the previous example from Section 3.2.1, a sample directory channel option file might read:
example.com=0 a1.example.com=3 |
Note that additional transformation-specific options may be required in the directory channel option file. These options are described in the sections below.
Previous | Next | Contents | Index |