Re: Disallow sharing the same login
From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 08/24/04
- Next message: Yan-Hong Huang[MSFT]: "Re: 2 Project in same WebRoot"
- Previous message: [MSFT]: "RE: Cannot open log for source {0}. You may not have write access."
- In reply to: Zeng: "Disallow sharing the same login"
- Next in thread: Zeng: "Re: Disallow sharing the same login"
- Reply: Zeng: "Re: Disallow sharing the same login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 24 Aug 2004 14:07:34 +1000
This is fairly difficult to do.
Do you want to prevent someone sharing a login? Or do you want to prevent
concurrent logins? The former is quite difficult to do - and it's a problem
that afflicts any authentication scheme, anyone can turn a private key into
a shared key. You could require users to use biometric identification or
similar, as that is difficult to share.
Cheers
Ken
"Zeng" <zzy@nonospam.com> wrote in message
news:eXyJedWiEHA.632@TK2MSFTNGP12.phx.gbl...
> Hello,
>
> I'm not sure if this is the right newsgroup. I'm wondering if anyone out
> there are experienced with solving this problem and can share your opinion
> or give me some advice. I'm planning to disallow multiple users of our
> .net
> application to share the same login. How do I do that? Tracking IP
> address
> of the computer they use? But is that true different machines out there
> might have the same IP address because they use the same router?
>
> Thanks!
>
>
- Next message: Yan-Hong Huang[MSFT]: "Re: 2 Project in same WebRoot"
- Previous message: [MSFT]: "RE: Cannot open log for source {0}. You may not have write access."
- In reply to: Zeng: "Disallow sharing the same login"
- Next in thread: Zeng: "Re: Disallow sharing the same login"
- Reply: Zeng: "Re: Disallow sharing the same login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|