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?)
15 lines
160 B
Transact-SQL
15 lines
160 B
Transact-SQL
drop table ldap_attr_mappings
|
|
GO
|
|
|
|
drop table ldap_referrals
|
|
GO
|
|
|
|
drop table ldap_entry_objclasses
|
|
GO
|
|
|
|
drop table ldap_entries
|
|
GO
|
|
|
|
drop table ldap_oc_mappings
|
|
GO
|