[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#7024) OpenLDAP does not save the attribute "jpegPhoto" in the sql database



back-sql calls backsql_BindParamBerVal(), which indeed considers the data as
SQL_C_CHAR, SQL_VARCHAR.  A binary variant can be easily defined, but back-sql
will need to know what attribute values need to be treated as binaries.  A
general approach to this requires to modify the attribute mapping, to add a
"type" flag.

p.