mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-16 16:16:04 +00:00
We're using a baseDN, not querying a DN
This commit is contained in:
parent
775ecb8f3b
commit
1db3663302
@ -158,11 +158,11 @@ class ldapDriver
|
||||
$entry = $query($this->connect, $baseDNUsers, $this->filterUsers, $attributes);
|
||||
|
||||
if (! $entry) {
|
||||
$c->messages[] = sprintf(translate('Error NoUserFound with filter >%s<, attributes >%s< , dn >%s<'),
|
||||
$c->messages[] = sprintf(translate('Error NoUserFound with filter >%s<, attributes >%s< , baseDN >%s<'),
|
||||
$this->filterUsers,
|
||||
join(', ', $attributes),
|
||||
$baseDNUsers);
|
||||
dbg_error_log('LDAP', 'Error NoUserFound with filter >%s<, attributes >%s< , dn >%s<',
|
||||
dbg_error_log('LDAP', 'Error NoUserFound with filter >%s<, attributes >%s< , baseDN >%s<',
|
||||
$this->filterUsers,
|
||||
join(', ', $attributes),
|
||||
$baseDNUsers);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user