saltstack-formulas / samba-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
16 stars 72 forks source link

Ignoring parameter "winbind trusted domains only" - #64

Closed spirritus closed 5 years ago

spirritus commented 5 years ago

defaults.yaml still contains the parameter: winbind trusted domains only

Unknown parameter encountered: "winbind trusted domains only" Ignoring unknown parameter "winbind trusted domains only"

"fix(defaults): remove obsolete parameter #63" did only remove half the necessary lines.

myii commented 5 years ago

Thanks for the report @spirritus. #63 appears to be limited to removing allow trusted domains only. I haven't looked into this much but I've found the following references:

So it does appear to be removed. Would you care to provide a PR for this?

spirritus commented 5 years ago

Deleting line 55 "winbind trusted domains only: no" in defaults.yaml seems to do the trick.