Hi,

First of all don't be mistaken about the smart cards: they're by default a mobility solution, not user-limited.
As soon as you put a validated smart card in and are presented with the login, any user which validates can enter using that smart card.
This can be changed, but that's the topic of another discussion ;-)

So this is something that's determined at the user level.

>From what you are saying, as other people have pointed out, I would advise you to implement SGD (there's an excellent manual in the SGD-Users section on this site) or the beta rdesktop, or perhaps the 2X ApplicationServer, which all have possibilities for seamless RDP-session windows for the optimal experience from within a JDS (or CDE) session, albeit that uttsc performs better.

If those twenty users are solely using Windows perhaps your best option would be to go with the CAM solution suggested bij mr. Bender.
Another quick-and-dirty hack would be to write a small script invoking uttsc and configure the users' login shell to that script, but I don't think this is considered "best practice" (at least I think it's not) :-D

For example:
#/bin/sh
###Login-script
UTAUDIODEV=`/opt/SUNWut/bin/utaudio`
AUDIODEV=$UTAUDIODEV
/opt/SUNWuttsc/bin/uttsc -O -m -b -u $USER -d YOURDOMAIN -A 16 YOURIP
#-r scard:on

Or something similar.
The UTAUDIODEV and AUDIODEV lines are necessary to facilitate sound output.
You can add hacks too, for example
xset led 1
before uttsc if you're having problems with the numlock key.

After this, do a
usermod -s /where/is/thescript.sh foobar
to change the login shell of the users which need to connect to Windows to this script, and there you go.
Like I said, quick 'n' dirty. You will have to give your password twice though.

On 9/12/06, Michael Hassey <[EMAIL PROTECTED]> wrote:
Hello,

I am working on a deployment where a dozen SunRay users will need JDS
and twenty or so will use them to access terminal services for windows
sessions.

I have all the components up and running. I can, from my JDS, connect to
the terminal server via uttsc and have a great windows experience.

My question is, what would be the best approach for access to this. I
would rather not have the windows users have to move into that
environment via JDS.

Is there a way that I can have a given smart card either go into
'windows' or JDS ? depending on the user? I would like to use smart
cards if I can.

Thanks for any input and recommendations,


Mike

_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to