[turba] value #0 contains invalid data
Jason L. Cook
jason@siliconashes.net
Mon, 15 Apr 2002 22:18:53 -0700
Hello... I'm having an odd problem with Turba 1.0 and OpenLDAP 2.0.11.
When I go to add a contact into my LDAP database from Turba that doesn't
have every possible attribute filled in, I get the following result from
OpenLDAP:
conn=34 op=1 RESULT tag=105 err=21 text=title: value #0 contains invalid
data
Replace 'title' above with the name of the first attribute that is not
filled in. It seems as if my LDAP server is not allowing me to assign
blank data to an attribute. Here is the corresponding error from Horde:
Apr 15 20:23:14 HORDE [error] [turba] Failed to add an object: [21]
"Invalid syntax" (attributes: [a:14:{s:2:"cn";s:8:"Test
Guy";s:4:"mail";s:19:"testguy@whatever.com";s:1:"o";s:8:"That
One";s:5:"title";s:0:"";s:15:"telephonenumber";s:0:"";s:6:"mobile";s:0:"";s:9:"homephone";s:0:"";s:5:"pager";s:0:"";s:24:"facsimiletelephonenumber";s:0:"";s:1:"l";s:0:"";s:2:"st";s:0:"";s:10:"postalcode";s:0:"";s:13:"postaladdress";s:0:"";s:11:"objectclass";a:3:{i:0;s:6:"person";i:1;s:20:"organizationalperson";i:2;s:13:"inetorgperson";}}]).
[on line 37 of "/opt/apache/htdocs/horde/turba/addobjectaction.php"]
Any ideas? Do I have something misconfigured in my LDAP server, is this
a problem with Turba, or am I just doing something really stupid?
Thanks in advance,
-Jason