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

Re: updateref not working



Sorry, my question re-posed to the list--

Does OpenLDAP's ldapmodify follow referrals?  I can't seem to get it
to work.  When trying to modify the userPassword against any of our
child servers, it will say "modify complete," but the userPassword
attribute is not changed on the master:

$  ldapmodify -D "uid=testerguy,ou=people,dc=company,dc=com" -h
"ldapchild"  -x -W -v -f testerguy.ldif
ldap_initialize( ldap://ldapchild )
Enter LDAP Password:
replace userPassword:
       {MD5}*****==
modifying entry "uid=testerguy,ou=people,dc=company,dc=com"
modify complete
ldap_modify: Referral (10)
       referrals:
               ldap://ldapmaster/uid=testerguy,ou=people,dc=company,dc=com

$

The password is not changed on the master, however.

Thanks,

Sean

On 3/7/06, Quanah Gibson-Mount <quanah@stanford.edu> wrote:
>
>
> --On Tuesday, March 07, 2006 5:24 PM -0500 Sean Hussey
> <seanhussey@gmail.com> wrote:
>
> > Does ldapmodify attempt to follow referrals by default?  I don't see
> > any info in the man page.  I'm trying to test the updateref configs
> > before I tell our service administrators that their apps are not
> > following referrals correctly.
>
> No idea.  I suggest keeping traffic on the list.  All my clients are well
> behaved and only write to the master. ;)
>
> --Quanah
>
> --
> Quanah Gibson-Mount
> Principal Software Developer
> ITS/Shared Application Services
> Stanford University
> GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html
>