[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Referrals worked in 1.2.11, but not in 2.0.7
>So my entry above should become:
>
>dn: dc=subtree,dc=deepeddy,dc=com
>objectClass: referral
>objectClass: extensibleObject
>dc: subtree
>ref: ldap://10.1.2.1/o=vircio,c=US
>
>I looked at that, but was confused since the example demonstrates a subtree of
>the same name on another server rather than a redirection into a different
>tree.
That's because namedref is designed for 'subordinate' referrals.
You can actually specify links which are not subordinates... it
should work.
>I want to make sure I really understand what I'm doing before I proceed
>because I have to temporarily break my incoming mail to try anything.
I recommend you experiment on
>where do I find this?
>
>tar -ztvf openldap-stable-20010524.tgz |grep -i draft-zeilenga-ldapext-namedref
The correct file name is <draft-zeilenga-ldap-namedref-xx.txt> and
it is located in doc/drafts.
Kurt