search for: login_magic

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

2007 Feb 12
1
domain logons - prevent multiple logins with the same account
...full, i can pop up a dialog on the client from the network logon script at client side when it detects that the user is trying 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.bas...