You are here

public function SimpleLdapUserMap::__construct in Simple LDAP 7

File

simple_ldap_user/SimpleLdapUserMap.class.php, line 25
Class defining the LDAP <-> Drupal user field mappings.

Class

SimpleLdapUserMap
@file Class defining the LDAP <-> Drupal user field mappings.

Code

public function __construct() {
  $this->server = SimpleLdapServer::singleton();
  $this
    ->processSettings();
}