Displaying 4 results from an estimated 4 matches for "userx_password".
Did you mean:
user_password
2020 Oct 20
2
SAMBA 4 "username" parameter
I tried to use only one username in the "valid users" parameter but it
didn't work.
SMB.CONF
[folder]
...
valid users = userX
net use \\ samba-server \ folder userX_password
There seems to be no solution for my case. :(
Em ter., 20 de out. de 2020 ?s 11:50, Rowland penny via samba <
samba at lists.samba.org> escreveu:
> On 20/10/2020 15:36, Fernando Gon?alves wrote:
> > The "valid users" parameter already existed in version 3 of the SAMBA
&...
2020 Oct 20
3
SAMBA 4 "username" parameter
....
The "username" parameter indicated which user should be used when it was
not defined at the time of mapping.
SMB.CONF
[folder]
...
username = userX
valid users = userX, userY, ...
To map the "folder" share, only the following line was needed:
net use \\samba-server\folder userX_password
Em ter., 20 de out. de 2020 ?s 11:21, Rowland penny via samba <
samba at lists.samba.org> escreveu:
> On 20/10/2020 15:10, Fernando Gon?alves wrote:
> > I'm sorry, but since I'm a SAMBA / Linux developer, I don't know how
> > to answer your questions.
> > Wh...
2020 Oct 20
1
SAMBA 4 "username" parameter
...Fernando Gon?alves wrote:
> > I tried to use only one username in the "valid users" parameter but it
> > didn't work.
> >
> > SMB.CONF
> > [folder]
> > ...
> > valid users = userX
> >
> >
> > net use \\ samba-server \ folder userX_password
> >
> > There seems to be no solution for my case. :(
>
> How are you running Samba ?
>
> Are your Windows users in a Domain ?
>
> Rowland
>
>
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists....
2020 Oct 20
2
SAMBA 4 "username" parameter
I'm sorry, but since I'm a SAMBA / Linux developer, I don't know how to
answer your questions.
What I can say is that before SAMBA (stand alone) was used in version
3.6.6, where the "username" option was used in the sharing settings.
For example:
SMB.CONF
[folder]
path = ...
username = userX
Thus, the following line was passed in a DOS script:
net use x: