bodgit / puppet-sssd

Puppet Module for managing SSSD
https://forge.puppet.com/bodgit/sssd
Apache License 2.0
2 stars 9 forks source link

Bodgitlib::Domain $dns_discovery_main does not allow for SRV records #36

Open jhoblitt opened 2 years ago

jhoblitt commented 2 years ago

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.

jhoblitt commented 2 years ago

I'm having trouble coming up with a type alias that will exclude non SRV records. https://github.com/puppetlabs/puppetlabs-stdlib/pull/1230