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

The referral is right?



Hi,
 
  I make server1(192.0.0.1) providing the directory services of
"o=myschool,c=cn".
 
  I make server2(192.0.0.2) providing the directory services of
"ou=ee,o=myschool,c=cn".
 
  In 192.0.0.2 slapd.conf,I write "referral ldap://192.0.0.1"
 
  In 192.0.0.1 I add an entry:
 
   dn:ou=ee,o=myschool,c=cn
   objectclass:orgnizationunit
 
   dn:ref="ldap://192.0.0.2",ou=ee,o=myschool,c=cn
   ref:ldap://192.0.0.2
   objectclass:referral
 
  When this done ,but I this does not work correctly.I think maybe
my configuration is something wrong.
   But why and what is the correct configuration?
 
   If I want to modify ref,for example,I want to refer to 192.0.0.3,that is
  
  dn:ref="ldap://192.0.0.3",ou=ee,o=myschool,c=cn
  ref:ldap://192.0.0.3
  objectclass:referral
 
  How can I realize this operation?
 
  Thanks,
  Xuan Huan