public function Server::getUniquePersistentAttribute in Lightweight Directory Access Protocol (LDAP) 8.4
Get the PUID attribute.
Return value
string Value.
Overrides ServerInterface::getUniquePersistentAttribute
1 call to Server::getUniquePersistentAttribute()
- Server::derivePuidFromLdapResponse in ldap_servers/
src/ Entity/ Server.php - Fetches the persistent UID from the LDAP entry.
File
- ldap_servers/
src/ Entity/ Server.php, line 637
Class
- Server
- Defines the Server entity.
Namespace
Drupal\ldap_servers\EntityCode
public function getUniquePersistentAttribute() : ?string {
return $this->unique_persistent_attr;
}