public function Server::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.
Overrides ServerInterface::getDerivedGroupFromDnAttribute
File
- ldap_servers/
src/ Entity/ Server.php, line 497
Class
- Server
- Defines the Server entity.
Namespace
Drupal\ldap_servers\EntityCode
public function getDerivedGroupFromDnAttribute() : ?string {
return $this->grp_derive_from_dn_attr;
}