Unsolved
This post is more than 5 years old
2 Posts
0
16529
July 2nd, 2015 03:00
User authorization in Active Directory
User authorization in Active Directory
Hello,
Hello
I would like to ask you can I hide in Thin OS 7 system information window showing all the time after device starts and is there any possibility to authorize user once against active directory and have credentials forwarded to any created RDP session in connection manager (I have tried, but it only forwards user name and not password).
0 events found
No Events found!


donatux
2 Posts
0
July 2nd, 2015 03:00
Jpropsner,
Thanks a lot for help....
jpropsner
67 Posts
0
July 2nd, 2015 03:00
Wyse ThinOS comes with two desktops....One is the classic mode that supports published applications and shows the event log. The other is VDI mode. This mode will launch everything in full screen, ideal for desktops, and the users will not see the event log anymore. You should be using the WNOS.ini to mass configure the units...See the Wyse ThinOS admin guide for more on this.
Add the command Sysmode=VDI to your wnos.ini, reboot and the unit will come up in the new desktop style.
Alternatively you can keep the classic desktop and add the command Privilege=high hidesysinfo=yes .
You can forward the username and password of any user when you require signon=yes and in your RDP connection use the UN$ variable and $PW variable for the passwords.
Here is an example:
SignOn=Yes
CONNECT=RDP \
Host=192.168.1.10 \
Description="RDP Test" \
Colors=true \
Fullscreen=yes \
Resolution=default \
Username=$UN \
Password=$PW \
AutoConnect=Yes \
LocalCopy=no