[turba] trouble writing to LDAP.... Undefined index: dn in /usr/local/horde/turba/lib/Driver/ldap.php on line 285
Chuck Hagenbuch
chuck@horde.org
Thu, 6 Sep 2001 17:45:54 -0400
Quoting Steve Neuharth <steveneu@tiny.net>:
> I changed bind_dn to dn and bind_password to password (duh) now I get no
> error but I still get a white screen and the add fails.
> I also failed to mention that I'm running HEAD outta CVS. (turba ver
> 0.0.3)
bind_dn and bind_password were correct; change that back. dn is an array of
attributes that should be combined into your dn - for my local ldap server, I
just use cn. So:
'dn' => array('dn'),
Try that...
-chuck
--
Charles Hagenbuch, <chuck@horde.org>
Some fallen angels have their good reasons.