Jorge Ortiz Claver wrote:

Hi,

I have a data tree I want to replicate. The only way I can do it is to chop the tree out into different branches but I would like to keep a virtual tree for the applications that are currently working against my directory.

I've created some new databases and some smart referalls like

ref: ldap:///ou=newobjects,o=objects

The problem is that it seems the ldap_search_s function can't follow this referrals without host:port (ldapsearch tool in Linux follows the referrals properly but using the C++ API it doesn't work). Is there anyway to create the referral without references to host:port, I mean to make the referral point to the another entry at the same server instance and to get the same behaviour in any server.
Netscape Directory Server 6.1 and later has a feature called Virtual DIT Views. This allows you to create virtual hierarchies from a flat dataspace. For more information: http://enterprise.netscape.com/docs/directory/61/deploy/dit.htm#1005893


Thanks in advance
Jorge Ortiz


Reply via email to