replica

This stanza entry specifies the LDAP user registry replicas in the domain.

Syntax

replica = ldap-server, port, type, pref

Description

Definition of the LDAP user registry replicas in the domain.

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
Either readonly or readwrite.
pref
A number between 1 and 10, where 10 is the highest preference. The server with the highest preference is chosen for LDAP operations. If multiple servers have the same preference value, then load balancing occurs among the least busy of the servers.

Usage

Optional

Default value

No replicas are specified.

Example

The following example shows one replica that is specified and two replicas that are commented out:
replica = freddy,390,readonly,1
#replica = barney,391,readwrite,2
#replica = benny,392,readwrite,3