Hello, Is there a mechanism in samba available to limit access to workstations by users to only one at a time? This is, that any given user can only be logged in at one workstation at a time. TIA wim bakker
On Tue, Mar 09, 2004 at 10:12:56PM +0100, Wim Bakker wrote:> Is there a mechanism in samba available to limit access > to workstations by users to only one at a time? > This is, that any given user can only be logged in at one > workstation at a time.I was looking for this also, but it seems there isn't one. What some folks suggested was to use a root preexec script attached to the netlogon share and them run smbstatus and figure it out from there. But, let's suppose we do find out that the user is having two logons, what should the script do?
* Andreas <andreas@conectiva.com.br> nulis:> On Wed, Mar 10, 2004 at 10:41:18AM +0700, Beast wrote: > > How about "userWorkstations" attribute? > > It will only allow login from one WS, which will restrict login more than once. > > You mean, if I list all workstations available to this user, I will also get this > feature of a single login at the same time? >Yes if it is only one, but no if more than one... --beast