function ldap_servers_uninstall in Lightweight Directory Access Protocol (LDAP) 8.2
Same name and namespace in other branches
- 7.2 ldap_servers/ldap_servers.install \ldap_servers_uninstall()
- 7 ldap_servers/ldap_servers.install \ldap_servers_uninstall()
Implements hook_uninstall().
File
- ldap_servers/
ldap_servers.install, line 19 - 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_credentails');
variable_del('ldap_servers_encrypt_key');
}