Displaying 1 result from an estimated 1 matches for "prevent_multiple_logon".
2007 Feb 12
1
domain logons - prevent multiple logins with the same account
...ompare $home/.login_magic, $profile/.login_magic, if not the same, the client is trying to login twice..
pop-up message box with $home/.successfull_login_machine_name
logoff user
* this file check's %home%/.successfull_login_machine_name
* [profiles]
preexec close=yes
preexec = prevent_multiple_logon.bash
* if machine is the first login to the domain
write machine name to $home/.successfull_login_machine_name
write a random number to $home/.login_magic, $profile/.login_magic
return ok
else
return false
* [homes]
not protected with preexec
i haven't found a sol...