Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Thin client identity to determine access rights from server appl.

Status
Not open for further replies.

mortsdeh

IS-IT--Management
Sep 28, 2006
28
SE
5 thin clients (Neoware C50 running NeoLinux) logs on to a Citrix Farm (MetaFrame XPa FR2 SP2 on Windos 2000 SP4). Each client runs the same application (that my company will develop in VB.NET). Based on the clients location, different information should be accessable from within the application. The same application is started from all clients.

Question: How should the identity of the client be retrieved so that correct access rights could be given from within the VB.NET application for best performance?

Can the clients location be retrieved from the VB.NET application running on the server by using its IP-address or account name or how should this be done?

Grateful for answers
Best
/M
 
It would be a far easier mission to do this by username.

I don't think you can actually do IP stuff with that with MF XPa SP2 FR2 I think you wouls need to go to PS4

[blue] A perspective from the other side!![/blue]

Cheers
Scott
 
Hi,

you can try if you get the variable <clientname> on the Citrix server.
An "echo %CLIENTNAME% should give you the hostname of the client within the session.

Regards
/egr
 
Thank you for your answers,

Can clientname be retrieved programmatically from VB.NET?

/M
 
I think its an environment variable so it should be accessable.

[blue] A perspective from the other side!![/blue]

Cheers
Scott
 
Thank you for your answers, I will try this.

Best,
/M
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top