You are here

public function ServerInterface::getDerivedGroupFromDnAttribute in Lightweight Directory Access Protocol (LDAP) 8.4

Get attribute of the user's LDAP entry DN which contains the group.

Return value

string Value.

1 method overrides ServerInterface::getDerivedGroupFromDnAttribute()
Server::getDerivedGroupFromDnAttribute in ldap_servers/src/Entity/Server.php
Get attribute of the user's LDAP entry DN which contains the group.

File

ldap_servers/src/ServerInterface.php, line 120

Class

ServerInterface
Server configuration entity interface.

Namespace

Drupal\ldap_servers

Code

public function getDerivedGroupFromDnAttribute() : ?string;