Hi
I would like to have a script to deny second of users sessions.I want to users to have only one telnet session to my system.
I ll write down step by step what i want;
- when a user attempt to logon ,write user name to a user list file.
- when user wants to get exit ,remove that username from the user list file.
--- But if a user has already login and wants to login as second session script will searching for the user name in user list file,if user name in the user list file he/she gonna have message and get exit.
I am thinking to put this script to users profiles .
Thanks for any helps.