From: Howard Chu Date: Thu, 8 May 2008 13:11:35 +0000 (+0000) Subject: replica keyword is obsolete, remove it X-Git-Tag: LOCKER_IDS~176 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=93200d01adbd069fb51ab4a97f355936352faf7c;p=openldap replica keyword is obsolete, remove it --- diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index a4d976dfbc..b3142db99a 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -1397,67 +1397,6 @@ regular settings should be configured before any overlay settings. This option puts the database into "read-only" mode. Any attempts to modify the database will return an "unwilling to perform" error. By default, readonly is off. -.HP -.hy 0 -.B replica uri=ldap[s]://[:port]|host=[:port] -.B [starttls=yes|critical] -.B [suffix= [...]] -.B bindmethod=simple|sasl [binddn=] [credentials=] -.B [saslmech=] [secprops=] [realm=] -.B [authcId=] [authzId=] -.B [attrs[!]=] -.RS -Specify a replication site for this database. Refer to the "OpenLDAP -Administrator's Guide" for detailed information on setting up a replicated -.B slapd -directory service. Zero or more -.B suffix -instances can be used to select the subtrees that will be replicated -(defaults to all the database). -.B host -is deprecated in favor of the -.B uri -option. -.B uri -allows the replica LDAP server to be specified as an LDAP URI. -A -.B bindmethod -of -.B simple -requires the options -.B binddn -and -.B credentials -and should only be used when adequate security services -(e.g TLS or IPSEC) are in place. A -.B bindmethod -of -.B sasl -requires the option -.B saslmech. -Specific security properties (as with the -.B sasl-secprops -keyword above) for a SASL bind can be set with the -.B secprops -option. A non-default SASL realm can be set with the -.B realm -option. -If the -.B mechanism -will use Kerberos, a kerberos instance should be given in -.B authcId. -An -.B attr list -can be given after the -.B attrs -keyword to allow the selective replication of the listed attributes only; -if the optional -.B ! -mark is used, the list is considered exclusive, i.e. the listed attributes -are not replicated. -If an objectClass is listed, all the related attributes -are (are not) replicated. -.RE .TP .B restrict Specify a whitespace separated list of operations that are restricted.