- Added a missing databaseName() value for ldap

This commit is contained in:
Dave Mc Nicoll 2022-06-28 12:53:11 +00:00
parent 534b8add20
commit 90498f20ba

@ -193,4 +193,10 @@ class Ldap implements \Ulmus\Adapter\AdapterInterface {
return [
];
}
public function databaseName() : string
{
return $this->baseDn;
}
}