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" #62

Closed noelmcloughlin closed 5 years ago

noelmcloughlin commented 5 years ago

This line in pillar.example is no longer valid.

Unknown parameter encountered: "winbind trusted domains only"
Ignoring unknown parameter "winbind trusted domains only"
Unknown parameter encountered: "winbind trusted domains only"
Ignoring unknown parameter "winbind trusted domains only"
sebma commented 1 year ago

@noelmcloughlin What is the new parameter equivalent to winbind trusted domains only, is it allow trusted domains = yes ?

noelmcloughlin commented 1 year ago

Hi, I'm not sure we would have to look up samba documentation, as formula only should pass what samba winbind understands, it should be documented by them

On Fri 16 Sep 2022, 10:03 sebma, @.***> wrote:

@noelmcloughlin https://github.com/noelmcloughlin What is the new parameter equivalent to winbind trusted domains only, is it allow trusted domains = yes ?

— Reply to this email directly, view it on GitHub https://github.com/saltstack-formulas/samba-formula/issues/62#issuecomment-1249112159, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADFUUQTBR3KST74THALAEFDV6QZU5ANCNFSM4HXJR2DQ . You are receiving this because you were mentioned.Message ID: @.***>

sebma commented 1 year ago

@noelmcloughlin You're right, found it in the wiki of Samba : https://wiki.samba.org/index.php/Samba_4.8_Features_added/changed#vfs_aio_linux_module_removed

They say winbind trusted domains only has been removed in Samba v4.8.0 .

Maybe it has been replaced by the winbind scan trusted domains parameter ?