mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
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?)
8 lines
238 B
SQL
8 lines
238 B
SQL
drop table ldap_attr_mappings;
|
|
drop table ldap_entry_objclasses;
|
|
drop table ldap_referrals;
|
|
drop sequence ldap_entry_ids;
|
|
drop sequence ldap_attr_ids;
|
|
drop sequence ldap_objclass_ids;
|
|
drop table ldap_entries;
|
|
drop table ldap_oc_mappings;
|