This bug was fixed in the package adsys - 0.14.2~22.04 --------------- adsys (0.14.2~22.04) jammy; urgency=medium
* Fix DCONF policy manager removing user DB on empty policy (LP: #2078245) * Ignore casing in domain/ section of sssd.conf (LP: #2078246) * Fix parsing of slash usernames (i.e. domain\user) (LP: #2078247) * Fix errno in get_ticket_path() (LP: #2078473) -- Denison Barbosa <denison.barb...@canonical.com> Fri, 30 Aug 2024 10:33:56 -0400 ** Changed in: adsys (Ubuntu Jammy) Status: Fix Committed => Fix Released -- 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/2078246 Title: Ignore casing in domain/ section of sssd.conf 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: Upstream issues: https://github.com/ubuntu/adsys/issues/1054 tracking bug https://bugs.launchpad.net/ubuntu/+source/adsys/+bug/2078245 [ Impact ] adsys does not accept uppercase domainnames and lowercase ones mixed like this: [sssd] domains = domain.tld config_file_version = 2 services = nss, pam, ifp default_domain_suffix = domain.tld [domain/DOMAIN.TLD] default_shell = /bin/bash This imposed to set all the domains to lower cases. This has been introduced by the support for Winbind. [ Test Plan ] 1. In sssd.conf set the value of the key "domains" and the correponding section to the same domain but with different casing 2. Log in without the patch, the user cannot log in and the following error is displayed in the logs: Jul 17 15:06:09 HOSTNAME systemd[1]: Starting ADSys daemon service... Jul 17 15:06:09 HOSTNAME adsysd[35284]: level=error msg="couldn't create adsys service: could not initialize AD backend: can't get domain configuration from {Conf:/etc/sssd/sssd.conf CacheDir:/var/lib/sss/db}:could not find AD domain section corresponding to "domain.tld"> with the patch the user can log in [ Where problems could occur ] Worst case, the user still cannot log in [ Other Info ] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/adsys/+bug/2078246/+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