Levent ILDENIZ wrote:
Hi,
i have a problem about openldap with mysqlcluster and with free radius schema
i inserted freeradius schema statement in my slapd.conf when i create any user
with radiusprofile, i see below failure messages
*
/"ndb_oc_create: CREATE TABLE radiusprofile failed, Row size too large. The
maximum row size for the used table type, not counting BLOBs, is 8052. You
have to change some columns to TEXT or BLOBs (1118)
ndb_back_add: ndb_entry_put_data failed (80) Tuple did not exist(626)/"*
how can i fix this?
If you have some attributes defined with fairly large maximum sizes, then you
might consider defining them as blobs using "attrblob <attr>". If all of the
attributes are of average size, and you simply have too many of them to fit in
a single table, then you should break them up into separate attrsets.
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/