replica
replica = ldap-server, port, type, prefDescription
Definition of the LDAP user registry replicas in the domain.
Security Verify Access supports a maximum of one host and nine LDAP replica servers, which are listed in the ldap.conf file. If more than nine LDAP replica entries are listed, the ISAM 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 read-only or read/write. pref A number from 1 to 10 (10 is the highest preference).
Usage:
This stanza entry is optional.
Default value
Default value is that no replicas are specified.
Any value is always taken during WebSEAL initialization from the corresponding parameter in the [ldap] stanza of the ldap.conf configuration file for the LDAP server.
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