Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
When I published the qvd-file with section access on the server, I found out that the users have to enter their login/password twice.
The necessity to authorize twice is inconvenient.
Is it possible to tune the qvd-file so that it would not be not necessary to enter the login/password the second time?
Thank you in advance,
Larisa
Hi, If they are all on the same Domain.
You can just use something liek below
Load
'DOMAIN\'&UserName AS NTNAME,
...
....
Mark
maybe you have NTNAME as logon to the access point and USERID in the section access?
Hi,
Have you thought about using the NTUSER field in section access.
This way it checks there windows log on and no log need on either then?
Mark
Thanks everyone for your comment!
I'm trying to figure out how exactly I can change USERID to NTNAME or more exactly USERID to DOMAINNAME\NTNAME in my script.
For instance the User Account on the server is TVC1 with a password bdaBG8RfD. If I know a user account, how can I form its DOMAINNAME\NTNAME?
Hi, If they are all on the same Domain.
You can just use something liek below
Load
'DOMAIN\'&UserName AS NTNAME,
...
....
Mark
thank you!