Pass-through authentication?

W

William Fields

Hello,

I would like to be able to take the local users' credentials and pass them
to a terminal server session for a "single-signon" experience.

Specifically, I'm thinking of hosting the Terminal Server ActiveX Control in
my VFP app. and have it attach to a TS session with the users' local user
credentials from the workstation.

Any ideas?

--
William Fields
MCSD - Microsoft Visual FoxPro
US Bankruptcy Court
Phoenix, AZ

".dll hell - .rpm hell - whatever.
The grass is always greener"
 
G

Guest

Hi,
You can save user name and password to and pass to the MSRDP.OCX when
connecting to server . Take a look at Remote Desktop Connection (mstsc.exe),
it
can saves password (encrypted) to a .RDP file and user doesn't need to type
login info

Regards

Thomas T
 
W

William Fields

Thanks, any idea how Citrix does it?

It would be nice to not have the user need to enter credentials each time
they change their password. Would also be nice to not have to store their
credentials outside of the Windows SAM.

--
William Fields
MCSD - Microsoft Visual FoxPro
US Bankruptcy Court
Phoenix, AZ

".dll hell - .rpm hell - whatever.
The grass is always greener"
 
T

ThomasTran

Citrix is same concept.

Remember that the client machine is usually on another network than the
Terminal Server.
It can be any type of devices, OS: PDA, PC, MAC, Linux .
 
W

William Fields

Citrix is same concept.

My uninformed understanding (like that?) is that a Citrix solution enables
the current local user credentials to be passed through to the Citrix Server
for authentication.

And I might be a bit ignorant, but are you saying that Citrix stores users'
login credentials in a separate database and makes them re-enter the
credentials to the Citrix datastore each time their password changes?

Thanks.

--
William Fields
MCSD - Microsoft Visual FoxPro
US Bankruptcy Court
Phoenix, AZ

".dll hell - .rpm hell - whatever.
The grass is always greener"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top