Home | History | Annotate | Line # | Download | only in mssql
      1 drop table ldap_attr_mappings
      2 GO
      3 
      4 drop table ldap_referrals
      5 GO
      6 
      7 drop table ldap_entry_objclasses
      8 GO
      9 
     10 drop table ldap_entries
     11 GO
     12 
     13 drop table ldap_oc_mappings
     14 GO
     15