dvsdude
(Fresh Scripter)
2005-07-15 08:10 AM
Concurrent Logon

Hello All, I'm a newbie to KiXtart, I have searched the forums and cannot find anything with regards to concurrent logins on a network, other than a suggestion to use microsofts concurrent logon limiter, is there a way to do it with kixtart instead?

Cheers


DrShark
(Fresh Scripter)
2005-07-15 08:40 AM
Re: Concurrent Logon

Hi there,
nope, KIX does not provide such feature. Instead of CConnect you can use UserLock which provide some better features.


dvsdude
(Fresh Scripter)
2005-07-15 08:54 AM
Re: Concurrent Logon

Bugger, Thanks for your help....

Les
(KiX Master)
2005-07-15 02:10 PM
Re: Concurrent Logon

KiX can do it. Try searching the board.

DrShark
(Fresh Scripter)
2005-07-15 02:29 PM
Re: Concurrent Logon

Quote:

KiX can do it. Try searching the board.



Yes! And brew some good coffee too...

You mean to do it the dirty way, right!? To create logon script that will try to connect to a share - Homeshare for example - with a limit of concurrent connections set to one!?

Also you can do it that way: JSI FAQ

This is nice but I think it will lead to problems when you must provide waterproofed auditable solutions...


Les
(KiX Master)
2005-07-15 08:19 PM
Re: Concurrent Logon

As with many things in life, you can get any two of "good", "cheap", and "fast" but not all three!

Sealeopard
(KiX Master)
2005-07-16 03:45 PM
Re: Concurrent Logon

Quote:

You mean to do it the dirty way, right!? To create logon script that will try to connect to a share



There's nothing dirty about this approach. It's an elegant solution to a shortcoming in the domain model/functionality.


dvsdude
(Fresh Scripter)
2005-07-16 03:47 PM
Re: Concurrent Logon

Thanks all for your help on this one.