mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Add a disparaging note about use of referrals; use chaining or
database glue instead.
This commit is contained in:
parent
0eaae62c33
commit
c791e6fc40
1 changed files with 7 additions and 0 deletions
|
|
@ -132,3 +132,10 @@ or with {{ldapsearch}}(1):
|
|||
Note: the {{EX:ref}} attribute is operational and must be explicitly
|
||||
requested when desired in search results.
|
||||
|
||||
Note: the use of referrals to construct a Distributed Directory Service is
|
||||
extremely clumsy and not well supported by common clients. If an existing
|
||||
installation has already been built using referrals, the use of the
|
||||
{{chain}} overlay to hide the referrals will greatly improve the usability
|
||||
of the Directory system. A better approach would be to use explicitly
|
||||
defined local and proxy databases in {{subordinate}} configurations to
|
||||
provide a seamless view of the Distributed Directory.
|
||||
|
|
|
|||
Loading…
Reference in a new issue