You are here

public function SimpleLdapUser::getDn in Simple LDAP 8

File

modules/simple_ldap_user/src/SimpleLdapUser.php, line 22

Class

SimpleLdapUser

Namespace

Drupal\simple_ldap_user

Code

public function getDn() {
  return $this->dn;
}