You are here

function ldap_servers_uninstall in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.2 ldap_servers/ldap_servers.install \ldap_servers_uninstall()
  2. 7 ldap_servers/ldap_servers.install \ldap_servers_uninstall()

Implements hook_uninstall().

File

ldap_servers/ldap_servers.install, line 18
Install, update and uninstall functions for the LDAP API module.

Code

function ldap_servers_uninstall() {
  variable_del('ldap_servers_encryption');
  variable_del('ldap_servers_require_ssl_for_credentials');
  variable_del('ldap_servers_encrypt_key');
}