Start a Conversation

Unsolved

This post is more than 5 years old

7933

July 2nd, 2015 02:00

V10LE and Terminal Server SSO

V10LE and Terminal Server SSO

I am looking to achieve something similar to a single sign on with our WYSE units. We are currently having users sign into the Wyse unit with their Active Directory credentials. It uses their username to look up the appropriate INI file and then automatically launch a connection to the terminal server. The users then have to once again type their password in to connect to the terminal server. It appears as though the WYSE ini files have a command that is supposed to pull the password to use the same password they used to login ($PW) but it is not working.

How can I tweak my INI files to make this do what I want to do.

Thanks for your help. The applicable code sections (from what I can imagine) are below:

WNOS.ini

;************************************************* ************
;* Network *
;************************************************* ************

Device=Ethernet Speed="Auto"
SignOn=NTLM ConnectionManager=Hide EnableOK=Yes DisableGuest=yes
DomainList=DOMAIN
MaxVNCD=yes
VncPassword="XXXXXXXX" Encrypt=yes
VncPrompt=No Accept=3 ActiveVisible=yes

USERNAME.INI

;************************************************* ************
;* Network *
;************************************************* ************

SignOn=No

;************************************************* ************
;* RDP *
;************************************************* ************

SessionConfig=RDP DefaultColor=2

;-------------------------------------------------------------
;- RDP Session 1 -
;- Each line but the last must end with a '\' -
;-------------------------------------------------------------

CONNECT=RDP \
Host=Servername \
Description="Servername RDP" \
AutoConnect=yes \
Fullscreen=yes \
Resolution=1280x1024 \
Username=$UN \
Password="$PW" \
Domainname=$DN \
LocalCopy=no

167 Posts

July 2nd, 2015 02:00

have you tried removing the quotes from "$PW"... I think it will literally type those letters in since they are quoted

No Events found!

Top