Securing Objects

S

SCHNYDES

Hi all,

I am in search for a solution for securing items within a shared database,
primarily the front end being shared amongst others.

My new role has me working in a Citrix Metafarm environment, not allowing me
to create a new workgroup and set permissions that way.

Any suggestions on code for this task? Or possibly a reference site to
review? Any insight would be appreciated, thanks.
 
R

Rick Brandt

SCHNYDES said:
Hi all,

I am in search for a solution for securing items within a shared
database, primarily the front end being shared amongst others.

My new role has me working in a Citrix Metafarm environment, not
allowing me to create a new workgroup and set permissions that way.

Any suggestions on code for this task? Or possibly a reference site
to review? Any insight would be appreciated, thanks.

Use an MDE and have your published app start the app with the /Runtime
command line argument. Just those two steps would make it hard for anyone
to tinker with anything you don't want them to.
 
Top