[Date Prev][Date Next] [Chronological] [Thread] [Top]

Some questions on distributed directories



Hello,


I would like to have two servers with this configuration:

SERVER1:
--------
database ldbm
...
suffix		"dc=domain, dc=com"
...
replica 	host=SERVER2:389
...


SERVER2:
--------
database ldbm1
...
suffix		"dc=domain, dc=com"
...
updateref       ldaps://SERVER1
...

database ldbm2
...
suffix		"dc=subtree, dc=domain, dc=com"




and I would like to add an entry like this:


dn: dc=subtree,dc=domain,dc=com
objectClass: referral
objectClass: extensibleObject
dc: subtree
ref: ldap://SERVER2/dc=subtree,dc=domain,dc=com


In SERVER1.


In other words: is it possible to set up a server, which is a replica
for a tree in one database and a "master-server" for a subtree in
another? 

If this is possible: does this imply anything to client-software?

Regards
Jochen

-- 
Jochen Witte <devnull@alpha-lab.net>