** Description changed: - [placeholder for https://github.com/ubuntu/adsys/pull/1079] + Upstream issues: https://github.com/ubuntu/adsys/issues/1054 + + [ 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 ]
** Also affects: adsys (Ubuntu Jammy) Importance: Undecided Status: New ** Also affects: adsys (Ubuntu Noble) Importance: Undecided Status: New -- 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: New Status in adsys source package in Noble: New Bug description: Upstream issues: https://github.com/ubuntu/adsys/issues/1054 [ 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