Ah, ok.
Maybe you can do something with the static id mappings on the server.
Map a computer to user
But besides that, uhm, good luck...
Stick with the login popup, and save yourself a lot of troubles.
Maybe this wil give you a good hint,
https://sambaxp.org/fileadmin/user_upload/sambaXP2018-Slides/StefanMetzmacher_sambaxp2018_trusted_domain_support-rev0-compact.pdf
Imo, a hard one to solve.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Stefan G. Weichinger via samba
> Verzonden: dinsdag 18 september 2018 16:08
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] design question for small environment
>
> Am 18.09.18 um 16:00 schrieb L.P.H. van Belle via samba:
> > If you make sure the loginnames and password as the same on
> both domains.
>
> That is exactly what we want to avoid!
>
> > Then its just.
> >
> > net use k: \\FQDN\SHARE /user:DOM1\%username%
> > net use l: \\FQDN\SHARE /user:DOM2\%username%
> >
> > At least that is what i do here.
> > You can do more, open CMD box, run type: set
> > You an use all these variables.
> >
> > net use m: \\FQDN\SHARE /user:%USERDOMAIN%\%username%
> > Or
> > net use n: \\FQDN\SHARE /user:%username%@%USERDNSDOMAIN%
> >
> > And i've disabled password changes for the time until im
> able to remove that old domain.
> >
> > You can set it with the persistance but i had more problem
> with that then above.
> > If a password changes occurs, then the drive with
> persistant connections is failing.
> >
> > And why VB script, you can set it in you GPO also.
>
> I don't have access to the GPOs upstream.
>
> Remember: the thin client is domain member in a company ADS and not
> under our control ... but has to mount our protected share as well.
>
> And we look for a user-friendly way without storing passwords
> anywhere.
>
> So right now: (vbs-)script and enter pw at session start.
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/options/samba
>
>