replica

Use the replica stanza entry to define the LDAP user registry replicas.

Syntax

replica = ldap-server, port, type, pref

Description

Definition of the LDAP user registry replicas.

Verify Identity Access supports a maximum of one host and nine LDAP replica servers. If more than nine LDAP replica entries are listed, the Verify Identity Access servers cannot start.

Options

ldap-server
The network name of the server.
port
The port number for the LDAP server. A valid port number is any positive number that is allowed by TCP/IP and that is not currently being used by another application.
type
One of readonly or readwrite.
pref
A number 1 - 10 (10 is the highest preference).

Usage

This stanza entry is optional.

Default value

None.

Example

Example of one replica specified and two replicas commented out:
replica = rep1,390,readonly,1 
#replica = rep2,391,readwrite,2 
#replica = rep3,392,readwrite,3