[SRSS 4.1+] How to use different Kiosk Sessions for different tokens

1. Create kiosk session configuration
In SRCC Web Interface

2. Back it up
# cd # Make sure your are in a reasonable directory to store your configurations
# PATH=${PATH}:/opt/SUNWut/sbin # Save yourself (and me) some typing
# utkiosk -e session -s > UserSession.conf
* If you have configured applications, also save the application list to a file:
# utkiosk -e session -a > UserSessionApps.list

3. Store your kiosk session configuration in the Sun Ray data store.
Use a name that starts with a capital letter - all-lowercase names are reserved.

* If you don't need an application list, you can simply upload your UserSession.conf file like this:
# utkiosk -i UserSession -f UserSession.conf

* If you did create an application list, the command looks like this:
# utkiosk -i UserSession -f UserSession.conf -A UserSessionApps.list

4. Configure individual tokens to use this kiosk session configuration.
Here is how to configure one of this configurations to a selected, registred (!) Token OR DTU.

* How to register:
# utuser -a "CleverCard.0123456789,localhost,0,John Doe,"

* Now you can assign the UserSession configuration to the token:
# utkioskoverride -r CleverCard.0123456789 -s kiosk -c UserSession
Note: This will enable Kiosk Mode for this token, even if it isn't enabled globally.

* If you have stored multiple session configurations, you can view them using:
# utkiosk -l
session
UserSession

The session configuration is the default kiosk configuration, which is used for all kiosk session that haven't been assigned an override.

Example UserSession.conf for Windows Connector WITH USBTool:
KIOSK_SESSION=uttsc
KIOSK_SESSION_TIMEOUT_DETACHED=12000
KIOSK_SESSION_ARGS=-r disk:USBDRVS=$HOME/USBDRVS 192.168.1.1

Taken from: http://blogs.sun.com/joergb/entry/using_different_kiosk_sessions_for

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.