We are moving from locally-hosted Unix to Infor-hosted Windows for our LSF system.
Encountering the following issue -
I have a few LID users who need to run certain utilities or create trigger files.
I have written the perl scripts to do this, but I need to know how to prevent LID users from getting command line access. When they go into LID, it should just go straight to their menu, and disconnect from LID when they leave the menu.
This works great in my Unix machine – the .profile file in the user’s home directory takes care of this. What is Windows equivalent?