> On Mon, 14 Apr 2025 10:42:31 -0600 Sam Hartman <hartm...@debian.org> > wrote: > "Alban" == Alban Browaeys <pra...@yahoo.com> writes: > > > Alban> Is this change in domain resolution a regression or a fix > ? > > I think both behaviors are reasonable and so I do not propose to > diverge > from upstream in this regard. > > I agree. This is a matter of policy and not a bug per se. > > But I think this deserves an entry in the NEWS file and maybe in the > release notes as one can end up being unable to login via ssh without > a > change to his pam configuration after the upgrade from 15.3 to 1.7.0. > Not everyone reads the release notes but at least that could help > them > sort out their setup once broken. > > So I will bug report debops (this rules comes from this ansible > collections project) to add the '.local' avahi domain to the pam > allowed domains. > > Can I close this bug report now, or should I wait for the NEWS entry > to
The issue might be more serious than I initially though. Due to an issue with a particular option of avahi it ended up not starting anymore. And then pam_access failed on me again due to being unable to resolve at all (before it was failing back to mdns .local). It was not complaining about a .local name anymore but about plain IP. At time IPv4 at other time link-local IPv6. I ended up adding both my local LAN IPv4 network IPs and IPv6 link- local fe80::0/64 to my access.conf but the fact the issue is not about resolving to .local instead of the dhcp/DNS LAN domain. But not being able to resolve to the DNS LAN domain name at all. Though I won't be able to work on this issue seriously for at least 10 days, I preferred to raise the issue. I will be able to do tests at time, but I don't expect much more. Cheers, Alban