Displaying 2 results from an estimated 2 matches for "linuxserver_us".
Did you mean:
linuxserver_user
2020 Jun 19
0
SAMBA using existing users and passwords on Linux
...domain and resolving Ad users as
normal.
To map the linux server share using AD users I use the following command:
net use \\linuxserver\share /U:AD_user
and it works perfectly.
But I would like to use the same command for users who are in /etc/passwd,
like this:
net use \\linuxserver\share /U:linuxserver_user
and so it doesn't work, it gives an invalid user error.
To work with users who are in /etc/passwd I have to use the following
command:
net use \\linuxserver\share /U:linuxserver\linuxserver_user
In short, I wanted to map the share using Linux users (who are in
/etc/passwd) without having...
2020 Jun 18
3
SAMBA using existing users and passwords on Linux
Hello everyone.
I'm back because I decided to follow your advice and deploy the system
using a new version of SAMBA with encrypted passwords.
I added the SAMBA server in the AD domain without any problems and I am
already accessing the shares with AD users.
However I have a new problem for which I need help.
When I try to access SAMBA shares with local Linux users, it is necessary
to include