You are here

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

Fetches the persistent UID from the LDAP entry.

Parameters

\Symfony\Component\Ldap\Entry $ldapEntry: The LDAP entry.

Return value

string|false The user's PUID or permanent user id (within ldap), converted from binary, if applicable.

1 method overrides ServerInterface::derivePuidFromLdapResponse()
Server::derivePuidFromLdapResponse in ldap_servers/src/Entity/Server.php
Fetches the persistent UID from the LDAP entry.

File

ldap_servers/src/ServerInterface.php, line 64

Class

ServerInterface
Server configuration entity interface.

Namespace

Drupal\ldap_servers

Code

public function derivePuidFromLdapResponse(Entry $ldapEntry);