Open hitenmandalia opened 1 year ago
@hitenmandalia
Have you tested the connection from admin page?
Please don't mask all data for your ad settings ?difficult to understand in such case.
In ldap_user_object_filter
, I can see memberof=cn
@nilsteampassnet Thank you for you reply. Yes, I have tried from the admin page and can successfully authenticate:
The ldap user filter object, just restricts accounts to members of an AD group. So only users of that AD group are able to log in.
One thing to note, when i try to log in, if i use an incorrect password, I do get the "credentials do not correspond" message. However, when I try with the correct details, it just stays in progress indefinitely.
This is the error in the browser console:
can you provide the log from apache please
2023-05-23 14:41:01 2023-05-23 13:41:01,486 INFO reaped unknown pid 47 (exit status 0) 2023-05-23 14:41:20 [23-May-2023 13:41:20] WARNING: [pool www] child 27 said into stderr: "NOTICE: PHP message: PHP Fatal error: Uncaught ErrorException: ldap_read(): Search: Invalid DN syntax in /var/www/html/includes/libraries/LdapRecord/Ldap.php:277" 2023-05-23 14:41:20 [23-May-2023 13:41:20] WARNING: [pool www] child 27 said into stderr: "Stack trace:" 2023-05-23 14:41:20 [23-May-2023 13:41:20] WARNING: [pool www] child 27 said into stderr: "#0 [internal function]: LdapRecord\Ldap->LdapRecord{closure}(2, 'ldap_read(): Se...', '/var/www/html/i...', 277)" 2023-05-23 14:41:20 [23-May-2023 13:41:20] WARNING: [pool www] child 27 said into stderr: "#1 /var/www/html/includes/libraries/LdapRecord/Ldap.php(277): ldap_read(Object(LDAP\Connection), 'Hiten Mandalia', '(&(objectclass=...', Array, false, 1, 0, 0)" 2023-05-23 14:41:20 [23-May-2023 13:41:20] WARNING: [pool www] child 27 said into stderr: "#2 /var/www/html/includes/libraries/LdapRecord/HandlesConnection.php(171): LdapRecord\Ldap->LdapRecord{closure}()" 2023-05-23 14:41:20 [23-May-2023 13:41:20] WARNING: [pool www] child 27 said into stderr: "#3 /var/www/html/includes/libraries/LdapRecord/Ldap.php(266): LdapRecord\Ldap->executeFailableOperation(Object(Closure))" 2023-05-23 14:41:20 [23-May-2023 13:41:20] WARNING: [pool www] child 27 said into stderr: "#4 /var/www/html/includes/libraries/LdapRecord/Query/Builder.php(711): LdapRecord\Ldap->read('Hiten Mandalia', '(&(objectclass=...', Array, false, 1)" 2023-05-23 14:41:20 [23-May-2023 13:41:20] WARNING: [pool www] child 27 said into stderr: "#5 /var/www/html/includes/libraries/LdapRecord/Connection.php(394): LdapRecord\Query\Builder->LdapRecord\Query{closure}(Object(LdapRecord\Ldap))" 2023-05-23 14:41:20 [23-May-2023 13:41:20] WARNING: [pool www] child 27 said into stderr: "#6 /var/www/html/includes/libraries/Ld..."
As you can see, there is something in DN syntax that is not correct.
PHP Fatal error: Uncaught ErrorException: ldap_read(): Search: Invalid DN syntax in ...
Have you tried to reproduce the exact same query in your ad?
@nilsteampassnet
i dont know what query it is performing to try agaist AD to try and reproduce. I am curently running version 3.0.0.17 with the exact same configuration and it is working fine with AD log in. so unsure why 3.0.9 is not.
BEcause a lot of change have been changed since this old version in AD. It has been improve to get more robust against the AD rules. In your case, something is wrong with ldap_user_object_filter, use the criteria you have defined in TP to perform the query inside the AD console. Is user Hiten Mandalia listed when searching for users with the criteria defined in Teampass?
hello @nilsteampassnet
yes, the ldap synchronisation returns all the expected users that are a part the the AD security group, including my AD user account:
I have tried also without the ldap_user_object_filter in place, so it just returns all my AD users accounts and i get the same issue
@nilsteampassnet
Just done another test. I added my account using the ldap user filter --- doesnt log in removed ldap user filter but kept my account added to the users -- doesnt log in removed my user account from teampass and attempted ldap sync without user filter -- following error
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Creation of dynamic property Tree\NestedTree\NestedTree::$table is deprecated in /var/www/html/includes/libraries/Tree/NestedTree/NestedTree.php on line 36"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. Tree\NestedTree\NestedTree->__construct($table = 'teampass_nested_tree', $idField = 'id', $parentField = 'parent_id', $sortField = 'title') /var/www/html/sources/users.queries.php:86"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Creation of dynamic property Tree\NestedTree\NestedTree::$fields is deprecated in /var/www/html/includes/libraries/Tree/NestedTree/NestedTree.php on line 38"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. Tree\NestedTree\NestedTree->__construct($table = 'teampass_nested_tree', $idField = 'id', $parentField = 'parent_id', $sortField = 'title') /var/www/html/sources/users.queries.php:86"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Creation of dynamic property Tree\NestedTree\NestedTree::$link is deprecated in /var/www/html/includes/libraries/Tree/NestedTree/NestedTree.php on line 44"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. Tree\NestedTree\NestedTree->__construct($table = 'teampass_nested_tree', $idField = 'id', $parentField = 'parent_id', $sortField = 'title') /var/www/html/sources/users.queries.php:86"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Return type of Carbon\CarbonInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/includes/libraries/Carbon/CarbonInterface.php on line 2977"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. require_once() /var/www/html/sources/users.queries.php:2523"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Return type of Carbon\Traits\Date::getTimezone() should either be compatible with DateTime::getTimezone(): DateTimeZone|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/includes/libraries/Carbon/Traits/Date.php on line 634"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. require_once() /var/www/html/sources/users.queries.php:2524"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Return type of Carbon\Traits\Date::setDate($year, $month, $day) should either be compatible with DateTime::setDate(int $year, int $month, int $day): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/includes/libraries/Carbon/Traits/Date.php on line 1401"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. require_once() /var/www/html/sources/users.queries.php:2524"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Return type of Carbon\Traits\Date::setISODate($year, $week, $day = 1) should either be compatible with DateTime::setISODate(int $year, int $week, int $dayOfWeek = 1): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/includes/libraries/Carbon/Traits/Date.php on line 1417"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. require_once() /var/www/html/sources/users.queries.php:2524"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Return type of Carbon\Traits\Date::setTime($hour, $minute, $second = 0, $microseconds = 0) should either be compatible with DateTime::setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/includes/libraries/Carbon/Traits/Date.php on line 1452"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. require_once() /var/www/html/sources/users.queries.php:2524"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Return type of Carbon\Traits\Date::setTimestamp($unixTimestamp) should either be compatible with DateTime::setTimestamp(int $timestamp): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/includes/libraries/Carbon/Traits/Date.php on line 1466"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. require_once() /var/www/html/sources/users.queries.php:2524"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Return type of Carbon\Traits\Date::setTimezone($value) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/includes/libraries/Carbon/Traits/Date.php on line 1524"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. require_once() /var/www/html/sources/users.queries.php:2524"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Return type of Carbon\Traits\Date::format($format) should either be compatible with DateTime::format(string $format): string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/includes/libraries/Carbon/Traits/Converter.php on line 78"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. require_once() /var/www/html/sources/users.queries.php:2524"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Return type of Carbon\Traits\Date::createFromFormat($format, $time, $tz = null) should either be compatible with DateTime::createFromFormat(string $format, string $datetime, ?DateTimeZone $timezone = null): DateTime|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/includes/libraries/Carbon/Traits/Creator.php on line 660"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. require_once() /var/www/html/sources/users.queries.php:2524"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Return type of Carbon\Traits\Date::getLastErrors() should either be compatible with DateTime::getLastErrors(): array|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/includes/libraries/Carbon/Traits/Creator.php on line 902"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. require_once() /var/www/html/sources/users.queries.php:2524"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Return type of Carbon\Traits\Date::diff($date = null, $absolute = false) should either be compatible with DateTime::diff(DateTimeInterface $targetObject, bool $absolute = false): DateInterval, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/includes/libraries/Carbon/Traits/Difference.php on line 120"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. require_once() /var/www/html/sources/users.queries.php:2524"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Return type of Carbon\Traits\Date::modify($modify) should either be compatible with DateTime::modify(string $modifier): DateTime|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/includes/libraries/Carbon/Traits/Modifiers.php on line 432"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. require_once() /var/www/html/sources/users.queries.php:2524"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Return type of Carbon\Traits\Date::__set_state($dump) should either be compatible with DateTime::__set_state(array $array): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/includes/libraries/Carbon/Traits/Serialization.php on line 94"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. require_once() /var/www/html/sources/users.queries.php:2524"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Return type of Carbon\Traits\Date::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/includes/libraries/Carbon/Traits/Serialization.php on line 128"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. require_once() /var/www/html/sources/users.queries.php:2524"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Return type of Carbon\Traits\Date::add($unit, $value = 1, $overflow = null) should either be compatible with DateTime::add(DateInterval $interval): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/includes/libraries/Carbon/Traits/Units.php on line 196"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. require_once() /var/www/html/sources/users.queries.php:2524"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Return type of Carbon\Traits\Date::sub($unit, $value = 1, $overflow = null) should either be compatible with DateTime::sub(DateInterval $interval): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/includes/libraries/Carbon/Traits/Units.php on line 355"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. require_once() /var/www/html/sources/users.queries.php:2524"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Return type of Carbon\Carbon::format($format) should either be compatible with DateTimeInterface::format(string $format): string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/includes/libraries/Carbon/Traits/Converter.php on line 78"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. require_once() /var/www/html/sources/users.queries.php:2524"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Return type of Carbon\Carbon::getTimezone() should either be compatible with DateTimeInterface::getTimezone(): DateTimeZone|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/includes/libraries/Carbon/Traits/Date.php on line 634"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. require_once() /var/www/html/sources/users.queries.php:2524"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Return type of Carbon\Carbon::diff($date = null, $absolute = false) should either be compatible with DateTimeInterface::diff(DateTimeInterface $targetObject, bool $absolute = false): DateInterval, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/includes/libraries/Carbon/Traits/Difference.php on line 120"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. require_once() /var/www/html/sources/users.queries.php:2524"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Deprecated: Return type of Carbon\Carbon::__wakeup() should either be compatible with DateTimeInterface::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/includes/libraries/Carbon/Traits/Serialization.php on line 128"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP Stack trace:"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 1. {main}() /var/www/html/sources/users.queries.php:0"
[23-May-2023 16:26:26] WARNING: [pool www] child 32 said into stderr: "NOTICE: PHP message: PHP 2. require_once() /var/www/html/sources/users.queries.php:2524"
hi @nilsteampassnet has any changes occured to LDAP? now it seems that even ldap syncing is failing
@hitenmandalia Yes i did a change believing it could fix your point... seems not. Reverting in commit 282c572d
@nilsteampassnet Thanks for the update. Happy to help with any testing if you need :)