Samba on Linux desktops has no concept of 'network' users.
So, the primary user of computer2 and computer3 also need a User Account on computer1 via MX User Manager.
They will then show up on the share tab as users that can be given permissions.
Samba on Linux desktops has no concept of 'network' users.
That is not correct. Computer2 and computer 3 users ONLY need a valid login of a user on computer1 ( with share rights), to use the share.FullScale4Me wrote: Sun Nov 19, 2023 3:57 pmSamba on Linux desktops has no concept of 'network' users.
So, the primary user of computer2 and computer3 also need a User Account on computer1 via MX User Manager.
They will then show up on the share tab as users that can be given permissions.
Yes, in the case of giving these other users identical rights as computer1's primary user. The remote users would then have knowledge of computer1's primary user password.CharlesV wrote: Sun Nov 19, 2023 4:13 pmThat is not correct. Computer2 and computer 3 users ONLY need a valid login of a user on computer1 ( with share rights), to use the share.FullScale4Me wrote: Sun Nov 19, 2023 3:57 pmSamba on Linux desktops has no concept of 'network' users.
So, the primary user of computer2 and computer3 also need a User Account on computer1 via MX User Manager.
They will then show up on the share tab as users that can be given permissions.
And that has nothing to do with "25+ years in that culture" . A single created user, which would be used to share files is a totally normal method of doing this. ( F100 or not! ) And having other machines, connect as such is and has never been a 'security' issue. ( And when we talk about HOME environments, there is no reason to adhere to super strict, corporate security measures. There ARE other security measures.)So, the primary user of computer2 and computer3 also need a User Account on computer1 via MX User Manager.
Code: Select all
sudo service smbd restart
Code: Select all
warthog@mx:~
$ sudo service smbd restart
[sudo] password for warthog:
Stopping SMB/CIFS daemon: smbd.
Starting SMB/CIFS daemon: smbd.
warthog@mx:~