public function ServerInterface::isGroupDerivedFromDn in Lightweight Directory Access Protocol (LDAP) 8.4
Groups are derived from user's LDAP entry DN.
Return value
bool Value.
1 method overrides ServerInterface::isGroupDerivedFromDn()
- Server::isGroupDerivedFromDn in ldap_servers/
src/ Entity/ Server.php - Groups are derived from user's LDAP entry DN.
File
- ldap_servers/
src/ ServerInterface.php, line 128
Class
- ServerInterface
- Server configuration entity interface.
Namespace
Drupal\ldap_serversCode
public function isGroupDerivedFromDn() : bool;