Hi all! I'm newbie in openldap. I try to setup openldap with mysql-backend. I try to insert ldif file:
dn: o=test objectclass: organization o: tester
and get error:
==>backsql_get_db_conn() ==>backsql_open_db_conn(4294967295) [MYODBCUtilReadDataSource.c][243][ERROR] Unknown attribute (DSN). [MYODBCUtilReadDataSource.c][243][ERROR] Unknown attribute (Host). [MYODBCUtilReadDataSource.c][243][ERROR] Unknown attribute (Trace). [MYODBCUtilReadDataSource.c][243][ERROR] Unknown attribute (UserName). [MYODBCUtilReadDataSource.c][243][ERROR] Unknown attribute (ReadOnly). [MYODBCUtilReadDataSource.c][243][ERROR] Unknown attribute (RowVersioning). [MYODBCUtilReadDataSource.c][243][ERROR] Unknown attribute (ShowSystemTables). [MYODBCUtilReadDataSource.c][243][ERROR] Unknown attribute (ShowOidColumn). [MYODBCUtilReadDataSource.c][243][ERROR] Unknown attribute (FakeOidIndex). <==backsql_open_db_conn(4294967295) backsql_open_db_conn(4294967295): connected, adding to tree. <==backsql_get_db_conn() ==>backsql_load_schema_map() backsql_load_schema_map(): oc_query "SELECT id,name,keytbl,keycol,create_proc,delete_proc,expect_return FROM ldap_oc_mappings" backsql_load_schema_map(): at_query "SELECT name,sel_expr,from_tbls,join_where,add_proc,delete_proc,param_order,expect_return,sel_expr_u FROM ldap_attr_mappings WHERE oc_map_id=?" <==backsql_load_schema_map() ==>backsql_free_db_conn() backsql_free_db_conn(): closing db connection 4294967295 (0x8115530) ==>backsql_close_db_conn(4294967295) <==backsql_close_db_conn(4294967295) <==backsql_free_db_conn() <==backsql_db_open(): test succeeded, schema map loaded slapadd: database doesn't support necessary operations.
How I can fix that? Tell me if need some more information