In sssd::domain, the dns_discovery_domain is being validated as a Bodgitlib::Domain. This is problematic as SSSD isn't actually asking for domain but a FQDN or SRV.
Optional[Bodgitlib::Domain] $dns_discovery_domain
I have been setting this value to something like dev._locations.example.com.
In
sssd::domain
, thedns_discovery_domain
is being validated as aBodgitlib::Domain
. This is problematic as SSSD isn't actually asking for domain but a FQDN or SRV.I have been setting this value to something like
dev._locations.example.com
.