referral hides database when browsing
Status: Beta
Brought to you by:
sur5r
Suppose I have two LDAP servers S1 and S2.
S1 contains namingContext
ou=toplevel,dc=example,dc=com
S2 contains namingContext
ou=branch,ou=toplevel,dc=example,dc=com
S1 contains a referral object pointing to S2:
ou=branch,ou=toplevel,dc=example,dc=com
ref=ldap://S2/ou=branch,ou=toplevel,dc=example,dc=co
m
I we now put a slave replica of S2 on S1, we can't
browse that replica with gq. It always shows the
referral object.
It should already help if referral chasing during BROWSING
could be switched on or off.
Logged In: YES
user_id=76622
Can you please attach some ldif files so I can easily create
a setup for this situation? Thank you.