oe-alliance / oe-alliance-core

The openembedded alliance core.
GNU General Public License v2.0
163 stars 175 forks source link

[Samba] smb-user.conf not working correctly #891

Open jbleyel opened 2 months ago

jbleyel commented 2 months ago

If you add this:

workgroup = <ANY WORGROUP NAME>

to smb-user.conf it will not work. Same for other global settings.

This looks like a bug in samba conf parser. It will work if you remove the include of the smb-shares.conf inside of the smb-global.conf and put this include at the end of the smb-user.conf

But this not a solution and cause issues if the user has added some settings.

Any solutions are welcome.