You are here

protected function Server::groupDeriveFromDn in Lightweight Directory Access Protocol (LDAP) 8.3

Returns entity configuration value.

1 call to Server::groupDeriveFromDn()
Server::groupUserMembershipsFromDn in ldap_servers/src/Entity/Server.php
Get "groups" from derived from DN. Has limited usefulness.

File

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

Class

Server
Defines the Server entity.

Namespace

Drupal\ldap_servers\Entity

Code

protected function groupDeriveFromDn() {
  return $this
    ->get('grp_derive_from_dn');
}