Job Management Partner 1/Base User's Guide

[Contents][Glossary][Index][Back][Next]


Directory server linkage definition file (Windows only)

Format

"ENABLE"=dword:{00000000 | 00000001}
"SERVER"=directory-server-name
"PORT"=Destination-port-number
"BASE_DN"=container-object-ID
"ATTR_NAME"=relative-ID
"SSL"=dword:{00000000 | 00000001}

File name

jp1bs_ds_setup.conf (Directory server linkage definition file)

jp1bs_ds_setup.conf.model (Model file of the directory server linkage definition file)

Storage destination directory

installation-folder\conf\ds\
shared-folder\jp1base\conf\ds\ (in a cluster system)

Description

Specifies the common definition information on the authentication server in order to perform login authentication linking with the directory server. If you use a secondary authentication server, set up the function on both primary and secondary authentication servers.

Application of settings

Execute the jbssetcnf command to apply the settings of directory server linkage definition file (jp1bs_ds_setup.conf) to the common definition information. For details on the jbssetcnf command, see jbssetcnf in 13. Commands.

Definition details

Define the following parameters in the directory server linkage definition file (jp1bs_ds_setup.conf).

ENABLE (Can be omitted)
Specify whether to link with the directory server. If you do not want to link with the directory server, specify as 00000000. If you want to link with the directory server, specify as 00000001. The default is 00000000.

SERVER
Specify the directory server for normal use. To use SSL, specify the directory server name in the FQDN format. You can enter a character string that is from 1 to 255 bytes.

PORT (Can be omitted)
Specify the destination port number of the directory server that is normally used in hexadecimal numbers. The specifiable range is 00000001 to 0000ffff. The default is 00000185, when SSL is not used (port number: 389), and 0000027C when SSL is used (port number: 636).

BASE_DN
Specify the ID of the container object where JP1 users exist. You can enter a character string that is from 1 to 4,095 bytes.

ATTR_NAME
Specify attribute names of the relative ID that is used as a JP1 user name. You can enter a character string that is from 1 to 255 bytes.

SSL (Can be omitted)
Specify whether to use SSL. Specify as 00000000 if you do not want to use SSL. Specify as 00000001 if you want to use SSL. The default is 00000001.

Note

If you want to configure this file on a logical host, configure it on both the primary and secondary nodes. Replace JP1_DEFAULT in JP1_DEFAULT\JP1BASE with logical-host-name.

Definition examples

The following shows the configuration of the directory server.

Figure 14-8 Example of directory server configuration

[Figure]

The following shows an example of settings in the directory server linkage file (jp1bs_ds_setup.conf).

 
[JP1_DEFAULT\JP1BASE\DIRSRV] 
"ENABLE"=dword:00000001 
"SERVER"="host-A.domain.local" 
"PORT"=dword:0000027C 
"BASE_DN"="OU=JP1,DC=domain,DC=local" 
"ATTR_NAME"="CN" 
"SSL"=dword:00000001 

[Contents][Back][Next]


[Trademarks]

All Rights Reserved. Copyright (C) 2009, Hitachi, Ltd.