You are here

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

Get bind DN.

Return value

string Value.

1 method overrides ServerInterface::getBindDn()
Server::getBindDn in ldap_servers/src/Entity/Server.php
Get bind DN.

File

ldap_servers/src/ServerInterface.php, line 104

Class

ServerInterface
Server configuration entity interface.

Namespace

Drupal\ldap_servers

Code

public function getBindDn() : ?string;