You are here

function ldap_servers_update_8000 in Lightweight Directory Access Protocol (LDAP) 8.2

Converts default_file_main variable to config.

File

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

Code

function ldap_servers_update_8000() {
  update_variables_to_config('ldap_servers.settings', array(
    'ldap_servers_encryption' => 'encryption',
    'ldap_servers_require_ssl_for_credentails' => 'require_ssl_for_credentails',
  ));
}