You are here

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

Get user attribute held in "LDAP Group Entry Attribute Holding...".

Return value

string Value.

Overrides ServerInterface::getUserAttributeFromGroupMembershipEntryAttribute

File

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

Class

Server
Defines the Server entity.

Namespace

Drupal\ldap_servers\Entity

Code

public function getUserAttributeFromGroupMembershipEntryAttribute() : ?string {
  return $this->grp_memb_attr_match_user_attr;
}