search for: successfull_login_machine_name

Displaying 1 result from an estimated 1 matches for "successfull_login_machine_name".

2007 Feb 12
1
domain logons - prevent multiple logins with the same account
...to login to the domain twice, and write him where he have been logged in before. so..solution's logical outline: samba * [netlogon] * logon.bat * compare $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...