ahuxham (10th December 2008), OutToLunch (10th December 2008)
Hi All,
As promised in the previous thread about duplicate logins, i've seperated our software we use to manage this.
Please consider this as Beta software. It may not work on your network. I've only tested it on ours. However please do let me know if you find any problems.
At the moment the logging feature of it isnt complete. But thats being worked on. I'm just releasing it as-is for the moment as I promised this about a week ago now!
Basically, it consists of a server and client. The client is totally managed by the server, no client side settings are needed. The way the client finds the server is via multicast, so if you have a subnetted network, you may find that a problem unless you relay multicast packets.
There is the framework inside for clientside server settings... just havnt finished it yet :P
Anyway, let me know what you think!
(Oh yeh, simply run the client on user login... via gpo/script etc. If the user kills the process, it counts as a logout).
Last edited by stratisphere; 10th December 2008 at 01:46 PM. Reason: cant spell
ahuxham (10th December 2008), OutToLunch (10th December 2008)
At last! Will test now!
YAY - good work. Going on my test network now...

I am interested in this but I can't open the archive [RAR] file. I will try to remember to have a look at home.
In the meantime I would like to check if it is suitable for use on our network. We have deployed a Vanilla solution with Server 2008 Standard 64 Bit on the server and XP Pro SP3 32 Bit on the workstations.
Many thanks.
Sorry, i meant to do it as a ZIP bit clicked the wrong option :P
Use WinRAR and it should open fine.
As for requirements; you need .net 3.
There isnt any reason why it needs 3 other than I compiled against it, if thats a problem then lemme know and i'll compile against .net2
Other than that... thats about it. For the logging features (when they are done) the server will need access to a MySQL server, but other than that, clients need to simply be able to connect to the server on which ever you specified.
By the way... the server settings may be buggered. If thats the case, put this in the same directory as the server and save it as config.xml
Code:<?xml version="1.0" encoding="utf-8"?> <MainSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <MulticastEnabled>true</MulticastEnabled> <ServerListeningIP>127.0.0.1</ServerListeningIP> <ServerPort>4044</ServerPort> <BroadcastInterval>1000</BroadcastInterval> <DupLogins>true</DupLogins> <DupLoginTitle>Multiple Login Detected</DupLoginTitle> <DupLoginMsg>Your account is logged in elsewhere. Please log off there before logging in.</DupLoginMsg> <DupLoginTimeout>30</DupLoginTimeout> <DupLoginForce>true</DupLoginForce> <DupLoginAlertServerConsole>true</DupLoginAlertServerConsole> <DupLoginSendNetMsg>false</DupLoginSendNetMsg> <GenerateLogs>false</GenerateLogs> <MysqlEnable>false</MysqlEnable> <MysqlUseDefault>false</MysqlUseDefault> </MainSettings>
There are currently 1 users browsing this thread. (0 members and 1 guests)