This bug was fixed in the package adsys - 0.14.3~22.04 --------------- adsys (0.14.3~22.04) jammy; urgency=medium
[Davi Henrique] * Ignore casing when fetching Registry.pol (LP: #2080390) * Add configurable timeout for listing GPOs (LP: #2081966) [Felipe Alencastro] * Add support for DCONF usb settings (LP: #2081968) -- Denison Barbosa <denison.barb...@canonical.com> Tue, 19 Nov 2024 06:38:20 -0400 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to adsys in Ubuntu. https://bugs.launchpad.net/bugs/2081966 Title: [SRU] Timeout for listing GPOs is not enough in some cases Status in adsys package in Ubuntu: Fix Released Status in adsys source package in Jammy: Fix Released Status in adsys source package in Noble: Fix Released Bug description: [Impact] Adsys has a fixed timeout for listing the GPOs. This can cause issues on slower machines or in cases with many policies to be listed. Adding a configurable timeout prevents the daemon from timing out the listing process during its execution. [Test Plan] 1. Configure A LOT (this can vary depending on the VM setup) of GPOs in the AD controller; 2. Install adsys on the client, without changing the default settings; 3. Run `adsysctl policy update --all`; 4. With the default timeout, the command should timeout due to not being able to fetch all policies in time; 5. Update adsys configuration file (/etc/adsys.yaml) and increase the gpo_list_timeout; 6. Repeat step 3; 7. With an increased timeout, the command should fetch all policies with no issues; [Where Problems Could Occur] If misconfigured by the user, the timeout could be insufficient and AD users would not be allowed to authenticate. Upstream PR: https://github.com/ubuntu/adsys/pull/1097 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/adsys/+bug/2081966/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp