You are here

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

Get Drupal user DN for testing.

Return value

string Value.

1 method overrides ServerInterface::getTestingDrupalUserDn()
Server::getTestingDrupalUserDn in ldap_servers/src/Entity/Server.php
Get Drupal user DN for testing.

File

ldap_servers/src/ServerInterface.php, line 248

Class

ServerInterface
Server configuration entity interface.

Namespace

Drupal\ldap_servers

Code

public function getTestingDrupalUserDn() : ?string;