mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
e90ef57645
including: - fixes according to new API changes - closing db connection in connection_destroy callback, not unbind - support of new schema code, samples changed accordingly - support for multiple objectclasses (to distinguish from unique objectclass-to-tables mapping) - auto 'ref' attribute support - samples now include illustrations of using these 2 features to make named referrals as described in ldapext-namedref draft more to come: - documentation update - different improvements to be more close to native directory (after beta?)
10 lines
200 B
SQL
10 lines
200 B
SQL
DROP TABLE IF EXISTS ldap_referrals;
|
|
|
|
DROP TABLE IF EXISTS ldap_entry_objclasses;
|
|
|
|
DROP TABLE IF EXISTS ldap_attr_mappings;
|
|
|
|
DROP TABLE IF EXISTS ldap_entries;
|
|
|
|
DROP TABLE IF EXISTS ldap_oc_mappings;
|