Re: tracking user logins

2002-11-28 Thread Jim Morris
On Thursday, November 28, 2002, at 08:36 AM, Boyce, Nick wrote: Agreed again. (I think you meant something different from the facility John Terpestra referred to - on NT/2K you can specify which machines, perhaps only one, that a user account can use, but you can't specify "Maximum number of

RE: tracking user logins

2002-11-28 Thread Boyce, Nick
On Wednesday, November 27, 2002, at 19:55 PM, Jim Morris wrote: > I must say that I know of no NT/2000 option to allow only login from > one client PC, although I recall Netware having such an option. Agreed again. (I think you meant something different from the facility John Terpestra referre

Re: tracking user logins

2002-11-27 Thread John H Terpstra
On Wed, 27 Nov 2002, Jim Morris wrote: > On Wednesday, November 27, 2002, at 11:51 AM, [EMAIL PROTECTED] wrote: > > > You need to store a record in a tdb somewhere that the user has > > logged on so that another smbd running on the same PDC can check > > at logon time. I suggest adding records to

Re: tracking user logins

2002-11-27 Thread Jim Morris
On Wednesday, November 27, 2002, at 11:51 AM, [EMAIL PROTECTED] wrote: You need to store a record in a tdb somewhere that the user has logged on so that another smbd running on the same PDC can check at logon time. I suggest adding records to the sessions tdb. It seems to me that this thread i

Re: tracking user logins

2002-11-27 Thread Volker . Lendecke
On Wed, Nov 27, 2002 at 05:51:07PM +, [EMAIL PROTECTED] wrote: > On Tue, Nov 26, 2002 at 10:26:46AM +0100, Alen Kovac wrote: > > So I would really need some pointers where to implement this check? > > You need to store a record in a tdb somewhere that the user has > logged on so that another s

Re: tracking user logins

2002-11-27 Thread jra
On Tue, Nov 26, 2002 at 10:26:46AM +0100, Alen Kovac wrote: > Hello! > > I'm running samba as PDC. I want to disable concurrent logins for > users. (not to be able to login from more than one workstation at the > same time) I haven't figured out how to disable this so I dig in to > the samba sourc

Re: tracking user logins

2002-11-27 Thread Andrew Bartlett
On Tue, 2002-11-26 at 20:26, Alen Kovac wrote: > Hello! > > I'm running samba as PDC. I want to disable concurrent logins for > users. (not to be able to login from more than one workstation at the > same time) I haven't figured out how to disable this so I dig in to > the samba sources. The easi

tracking user logins

2002-11-26 Thread Alen Kovac
Hello! I'm running samba as PDC. I want to disable concurrent logins for users. (not to be able to login from more than one workstation at the same time) I haven't figured out how to disable this so I dig in to the samba sources. I found that _net_sam_logon() is the place where I could check if u