[4600] in Kerberos
Re: Kerberos Login/Authorizations
daemon@ATHENA.MIT.EDU (Derrick J. Brashear)
Sat Feb 11 02:49:03 1995
To: kerberos@MIT.EDU
Date: Fri, 10 Feb 1995 17:01:49 -0500
From: "Derrick J. Brashear" <db74+@andrew.cmu.edu>
Excerpts from netnews.comp.protocols.kerberos: 10-Feb-95 Kerberos
Login/Authorizations by Michael Crisp@ramnet.net
> Is there any way to limit how many logins or authorizations Kerberos
will allo
> w for a
> single user? I am using Kerberos 4 and would like to limit users to a
single
> session
> by denying tickets to a user who already has an authorized session.
Thanks fo
> r any
> help you can give me.
You really don't want to do this. It means you have to make sure that
when any user is done, they destroy their tickets (assuming you can find
some way to have things be kept track of) so that if I'm logged in from
home and my modem acts up, that when I try to log back in and
authenticate I don't lose entirely. You some other facility for this and
don't try to layer it into Kerberos.
-d