[turba] trouble writing to LDAP.... Undefined index: dn in /usr/local/horde/turba/lib/Driver/ldap.php on line 285

Steve Neuharth steveneu@tiny.net
Fri, 7 Sep 2001 16:19:57 -0500


> You used turba to input the information?
>

No, I used ldapadd but bound to the directory as the same user...
"cn=manager,dn=blah,dc=com" as turba is using.

> |
> |   Anyway... what can I use for the objectclass? I'm trying to use
"person"
> | but that objectClass requires the "sn" (surname) attribute. Am I going
to
> | have to edit templates and such to include this attribute in the forms
etc?
> | As it stands now it appears that it is working but I'm getting a
"Missing
> | required attribute" when I try to add an entry.
>
> I'm using person, but see no reason why it can't be changed to the
objectclass
> that you are using although I don't recall one that doesn't require sn.
You
> can always turn schemacheck off.
>
> Hmmmm. I'm sure you do but do you have 'dn' => array('cn'), ?   If not try
it.

yea.. that's what I've got, it seems to work tho' I'm not sure what that
line does (?)