[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Problem with referrals
- To: openldap-software@OpenLDAP.org
- Subject: Problem with referrals
- From: "Mario Camou" <mclistas@tecnoguru.com>
- Date: Thu, 11 May 2006 16:17:54 +0200
- Content-disposition: inline
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=fodv3dffEheomHkZeq5sjJyZT/iscHSHdfEjpAt/LziSwcD9lLGbsuhWa8KTOVeIxhzz4VjkObi7FxuOPw8c/hRl7Uwg/aB/k8MFx/ooRs4SufXz28PFsrH02xKEO8wWfjgTLfCh+zVoKe2qVvFP/tEouzJFk5qS5+csPnfcpgk=
Hi,
I am getting some weird referral behavior, perhaps someone can enlighten me.
# cat /tmp/ldif
dn: cn=AddressAdmins,o=AddressBook,ou=OxObjects,co=cie
changetype: modify
add: member
member: uid=mcamou,ou=Users,ou=OxObjects,co=cie
# ldapmodify -h 127.0.0.1 -D cn=Manager,co=cie -w **** -x -f /tmp/ldif
modifying entry "cn=AddressAdmins,o=AddressBook,ou=OxObjects,co=cie"
ldap_modify: Referral (10)
referrals:
ldap://localhost/cn=AddressAdmins,o=AddressBook,ou=OxObjects,co=cie
cn=Manager,co=cie is my Manager account.
So....I try to modify an entry in localhost...and it sends me back a
referral to the same entry in the same host? Can anybody tell me
what's going on, and preferrably how to fix this?
Thanks,
-Mario.