45Drives / cockpit-file-sharing

A Cockpit plugin to easily manage samba and NFS file sharing.
GNU General Public License v3.0
556 stars 30 forks source link

"Unknown parameter encountered" when importing from /etc/samba/smb.conf #91

Open zezretro opened 1 year ago

zezretro commented 1 year ago

When I try and import my smb.conf I get the following error in the top right

net: Unknown parameter encountered: "client ntlm auth"
Ignoring unknown parameter "client ntlm auth"
Unknown parameter encountered: "ntlmv2 auth"
Ignoring unknown parameter "ntlmv2 auth"
Unknown parameter encountered: "client ntlm auth"
Ignoring unknown parameter "client ntlm auth"
Unknown parameter encountered: "ntlmv2 auth"
Ignoring unknown parameter "ntlmv2 auth"
Unknown parameter encountered: "client ntlm auth" (255)

My smb.conf does reference these parameters

ntlm auth = yes
client ntlm auth = yes
ntlmv2 auth = yes
client ntlmv2 auth = yes

Are those parameters in my smb.conf not good or should I change something on this plugin

thank you