Thought I'd post this in case anyone else runs into the same problem where you cannot access samba shares after upgrading to 13.1
On 12.x Samba3 was used. I see after upgrading to 13.1, Samba was upgraded to 4.1
After the upgrade I could no longer access my shares - kept getting prompted for passwords.
Turns out, from the logs files:
WARNING: Ignoring invalid value 'share' for parameter 'security'
The security=share parameter has finally been ignored. I knew this day was coming but I was still using security=share
Changed to "security = user" fixed the problem for me.
On 12.x Samba3 was used. I see after upgrading to 13.1, Samba was upgraded to 4.1
After the upgrade I could no longer access my shares - kept getting prompted for passwords.
Turns out, from the logs files:
WARNING: Ignoring invalid value 'share' for parameter 'security'
The security=share parameter has finally been ignored. I knew this day was coming but I was still using security=share
Changed to "security = user" fixed the problem for me.