ya ..here the tables are...
mysql> select * from ldap_attr_mappings;
+-----+-----------+---------------+--------------+------------+-----------+-----
-------+----------+-------------+-------------+---------------+
| id | oc_map_id | name | sel_expr | sel_expr_u | from_tbls
| join _where | add_proc | delete_proc | param_order | expect_return |
+-----+-----------+---------------+--------------+------------+-----------+-----
-------+----------+-------------+-------------+---------------+
| | | | 3 | 0 |
| 102 | 101 | uidNumber | 2000 | NULL | persons
| | | | 3 | 0 |
| 103 | 101 | gidNumber | 2000 | NULL | persons
| | | | 3 | 0 |
| 104 | 101 | homeDirectory |
persons.name | NULL | persons
| | | | 3 | 0 |
+-----+-----------+---------------+--------------+------------+-----------+-----
-------+----------+-------------+-------------+---------------+
4 rows in set (0.00 sec)
mysql> select * from ldap_oc_mappings;
+-----+--------------+---------+--------+-------------+-------------+-----------
----+
| id | name | keytbl | keycol | create_proc | delete_proc |
expect_ret urn |
+-----+--------------+---------+--------+-------------+-------------+-----------
----+
| 101 | posixAccount | persons | id | | | 0 |
+-----+--------------+---------+--------+-------------+-------------+-----------
----+
1 row in set (0.01 sec)
mysql> select * from ldap_entries;
+----+-------------------+-----------+--------+--------+
| id | dn | oc_map_id | parent | keyval |
+----+-------------------+-----------+--------+--------+
| 1 | dc=example,dc=com | 101 | 0 | 1 |
+----+-------------------+-----------+--------+--------+
1 row in set (0.01 sec)
mysql> select * from ldap_entry_objclasses;
+----------+--------------+
| entry_id | oc_name |
+----------+--------------+
| 2 | posixAccount |
+----------+--------------+
1 row in set (0.00 sec)
our ldif file is,