Groups | Search | Server Info | Login | Register


Groups > comp.protocols.kerberos > #5271

Re: Looking for a "Kerberos Router"?

From Ken Hornstein <kenh@cmf.nrl.navy.mil>
Newsgroups comp.protocols.kerberos
Subject Re: Looking for a "Kerberos Router"?
Date 2024-03-13 10:16 -0400
Organization TNet Consulting
Message-ID <mailman.42.1710339397.2322.kerberos@mit.edu> (permalink)
References <CD4C5157-C1DF-4AAB-9DA1-F54FEF928266@gmail.com> <202403131416.42DEGRub016309@hedwig.cmf.nrl.navy.mil>

Show all headers | View raw


>Here with Kerberos, I'm wondering how we can achieve something
>equivalent, using a shared IP for multiple Kerberos realms and having
>the incoming requests routed to the appropriate backend by some kind of
>inspection.

I think that is certainly _possible_, but I don't believe there is
anything that does that today.  You'd have to parse the Kerberos message
(which is ASN.1 and there are plenty of things that can handle that)
and extract out the realm of the server principal and route the message
appropriately.  One thing that leaps out at me is that by default a lot
of Kerberos messages default to UDP transport so that might be a bit
trickier to proxy them (but not impossible).

--Ken

Back to comp.protocols.kerberos | Previous | Next | Find similar


Thread

Re: Looking for a "Kerberos Router"? Ken Hornstein <kenh@cmf.nrl.navy.mil> - 2024-03-13 10:16 -0400

csiph-web