sgnl05 / sgnl05-sssd

Puppet module for SSSD
https://forge.puppet.com/sgnl05/sssd
GNU General Public License v3.0
17 stars 78 forks source link

support for ad access_provider #91

Closed bedenko closed 5 years ago

bedenko commented 5 years ago

When choosing

sssd::config:
  'domain/ad.example.com':
    'access_provider': '**ad**'

How do i define ad_access_filter?

ghoneycutt commented 5 years ago
sssd::config:
  'domain/ad.example.com':
    'access_provider': '**ad**'
    'ad_access_filter: 'whatever'
    'any_other_key': 'some_value'