Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Can the activation of layers be conditional based on user rights?

Updated: 29 Jul 2010 | 7 comments
Admin's picture
0 0 Votes
Login to vote

Q:
Chris asked: Can we tie the activation of a layer to the logged-in user? As an example, a layer (say Project) exists on a PC, and if I log in, it gets activated, but if you log in it does not.

A:
Hi Chris. Today, what you've described can be done with login scripts. We have several beta customers who are doing just that. Eventually, we'll natively expose packages based on who is logged in (including on multi-user machines such as Citrix).

Comments

rmeijer's picture
14
Apr
2006
0 Votes 0
Login to vote

Examples please !!!!

Would be nice to have an example especially when users aren't local admin on their system.

==============
Faith in Chaos

nightgaunt's picture
15
Apr
2006
0 Votes 0
Login to vote

Examples Vary...

I use this exact system on the machines that I am experimenting on. The issue of examples is it is a matter of what you use as a login script. For example, we use Auto-It v3 for that type of scripting so for us it would be...

If @UserName = "Nightgaunt" Then
Run ('svscmd.exe "MYSQL ADMIN" A', @DesktopDir, @SW_HIDE)
EndIf

Simple, just executes the program for MYSQL ADMIN if the user logging in is Nightgaunt. Because it just runs off the old command line it is practically limitless in options.

Also it is practically limitless in what you use to execute, VB, WinBatch, whatever is used can be automated provided the language has the ability to capture the USER who is logging in to the machine.

rmeijer's picture
18
Apr
2006
0 Votes 0
Login to vote

Permissions

Are all your users local admins then?
Or am I missing something here?

==============
Faith in Chaos

erikw's picture
17
Dec
2006
0 Votes 0
Login to vote

Users have different packages on the same machine

LS,

I use a alway's activate all packages on the machine, but I take out the shortcut in the start menu and on the desktop.

All my users are only have user rights.
In the startmenu the right shortcuts are placed by using the Active directory rights.

Is a user a AD appname user, then the shortcut is in his menu. If he is not, the shortcut is not there.

This is the far simple way to face this without giving admin rights to users.

Regards Erik www.DinamiQs.com Dinamiqs is the home of VirtualStorm (www.virtualstorm.org)

*************************************************************
If your issue has been solved, Please mark it as solved
***********

Ceno's picture
15
Jan
2007
0 Votes 0
Login to vote

Interactive layer activation by users without local admin rights

What I've been trying to do, is give users the right to use a gui (Trinket maybe) to activate and deactivate programs.

Would there be a way, or does it have to be done with scripts or shortcuts?

Wm Jesse Foster's picture
15
Jan
2007
0 Votes 0
Login to vote

Sure is

If you give your users read access to the following registry keys

HKLM\System\Altiris\FSL\Rights\Activate
HKLM\System\Altiris\FSL\Rights\Deactivate

You can give them activate and deactivate rights respectively. You might need to create these keys if they don't already exist.

After setting these rights your users will be able to use and of the SVS tools (SVS Admin, Trinket, etc.) to activate or deactivate the layers.

hfranken's picture
22
Jan
2007
0 Votes 0
Login to vote

User Based SVS control with Scense

The Scense integration with SVS allows central user based management of SVS.
Please look at www.scense.com