You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.Optional[Bodgitlib::Domain] $dns_discovery_domain
I have been setting this value to something like
dev._locations.example.com
.The text was updated successfully, but these errors were encountered: