You are here

public function Server::isGroupDerivedFromDn in Lightweight Directory Access Protocol (LDAP) 8.4

Groups are derived from user's LDAP entry DN.

Return value

bool Value.

Overrides ServerInterface::isGroupDerivedFromDn

File

ldap_servers/src/Entity/Server.php, line 504

Class

Server
Defines the Server entity.

Namespace

Drupal\ldap_servers\Entity

Code

public function isGroupDerivedFromDn() : bool {
  return $this->grp_derive_from_dn;
}