Fwd: [horde] Horde Preferences in LDAP
Edwin Culp
eculp at viviendaatualcance.com.mx
Mon Mar 8 04:30:24 PST 2004
Let's keep this in the list especially since your problem
hasn't been solved where there are a lot of folks better at
this than I.
Quoting hs at iunds.com:
> Quoting Edwin Culp <eculp at viviendaatualcance.com.mx>:
>
>> $conf['prefs']['params']['username'] = 'admin';
>
> I removed the line above. Still the same error:
>
>> slapd[639]: do_modify: invalid dn
>> (admin=misterx at ssos.local,dc=ssos,dc=local)
Not very scientific but I would probably do a quick
egrep -ir 'admin=misterx at ssos.local' in the horde/config
directory and maybe even from the horde directory if I
didn't get a hit. It has to be there somewhere, IMO.
When you find it just fix it and everything should work.
I've been using ldap prefs for a loooong time with no
problems.
>
>
> I think, horde uses a wrong variable at horde/lib/Prefs/ldap.php on line 472,
Please explain why you would think that the variable is
incorrect and how you think it is assigned a value as the
above?
I'm afraid that I don't understand. It is being assigned in
you configuration files. If you assign the correct value
and it will just work just like your horde ldap login seems
to work.
good luck,
ed
> where the error output started. This is the source:
>
> /* Send the hash to the LDAP server. */
> $updated = true;
> if (ldap_mod_replace($this->connection, $this->dn, $new_values)) {
> ....
> }
>
> The Problem comes from "$this->dn". An echo prints the line out:
> "admin=misterx at ssos.local,dc=ssos,dc=local".
And where do you
>
> Thanks for any help!
More information about the horde
mailing list