Koozali.org: home of the SME Server

Prevent concurrent logons in domain

Offline antystein

  • 11
  • +0/-0
Prevent concurrent logons in domain
« on: September 06, 2012, 04:55:26 PM »
I have an SME server installation, with Windows XP clients. I need a way to prevent users to logon into the domain locally, using the same account more than once. I found there is a way to adjust concurrent connections for IMAP per IP

Code: [Select]
http://wiki.contribs.org/Email#.22concurrency_limit_reached.22_when_using_IMAP
But is there a way to do something similar for local network connections per user? (and in this case windows sessions)

Thanks



Offline Stefano

  • *
  • 10,838
  • +2/-0
Re: Prevent concurrent logons in domain
« Reply #1 on: September 06, 2012, 06:49:22 PM »
« Last Edit: September 06, 2012, 08:01:05 PM by Stefano »

Offline Stefano

  • *
  • 10,838
  • +2/-0
Re: Prevent concurrent logons in domain
« Reply #2 on: September 06, 2012, 08:15:55 PM »
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/AdvancedNetworkManagement.html#Tpees

take a look here also.. after some digging with google I repeat, it's not trivial at all

Offline antystein

  • 11
  • +0/-0
Re: Prevent concurrent logons in domain
« Reply #3 on: September 06, 2012, 09:54:52 PM »
Thank you for your replies. To bring the SME server to run to the state it does today for me, took a good amount of searching and reading. I thought I was missing something simple (or build-in) here, that someone else will know and once I was in a hurry today I thought of asking. I admit that the answer came really fast.

Thank you again.

I am looking for something reliable (or as reliable as windows will allow), so if I manage to build something myself, I will post it here.