kakwa / puppet-samba

Puppet samba module ⛺
MIT License
9 stars 52 forks source link

Unknown parameters "map untrusted to domain" and "winbind trusted domains only" in class samba::classic #57

Open jurim76 opened 6 years ago

jurim76 commented 6 years ago

testparm -v Unknown parameter encountered: "map untrusted to domain" Unknown parameter encountered: "winbind trusted domains only"

kakwa-samba v2.0.0 samba v4.8.2

kakwa commented 6 years ago

Hello, I will take a look,

In the mean time, you can remove them by putting them inside the globalabsentoptions parameter of the classe (globalabsentoptions => ['map untrusted to domain', 'winbind trusted domains only'],)

jurim76 commented 6 years ago

Thank you!