Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2025 21:59:24 -0700
From:      Benjamin Kaduk <bjkfbsd@gmail.com>
To:        Rick Macklem <rmacklem@freebsd.org>
Cc:        src-committers@freebsd.org, dev-commits-src-all@freebsd.org,  dev-commits-src-main@freebsd.org
Subject:   Re: git: e3ac01e18eb3 - main - kgssapi: Fix the kgssapi so that it can use MIT Kerberos
Message-ID:  <CAJ5_RoAh4UACqTJ1GseaVN2NsR3_U5RRQr3WKEQ5p94H_x-0bw@mail.gmail.com>
In-Reply-To: <202508072105.577L5nA0081105@gitrepo.freebsd.org>
References:  <202508072105.577L5nA0081105@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--000000000000c4ae89063bd370b7
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

On Thu, Aug 7, 2025 at 2:07=E2=80=AFPM Rick Macklem <rmacklem@freebsd.org> =
wrote:

> +enum krb_imp {
> +       KRBIMP_UNKNOWN,
> +       KRBIMP_HESIOD1,
> +       KRBIMP_MIT
> +};
>
>


I only skimmed the diff so far, but I don't think KRBIMP_HESIOD1 makes much
sense as a name -- Hesiod is a directory service of sorts that came out of
MIT's Project Athena (it uses the "HS" DNS record class and we have an
implementation of its functionality in libc) but is otherwise unrelated to
Kerberos.  Presumably you wanted something Heimdal-ish here?

-Ben

--000000000000c4ae89063bd370b7
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div dir=3D"ltr">On Thu, Aug 7, 2025 at 2:07=E2=80=AFPM Ri=
ck Macklem &lt;<a href=3D"mailto:rmacklem@freebsd.org">rmacklem@freebsd.org=
</a>&gt; wrote:</div><div class=3D"gmail_quote gmail_quote_container"><bloc=
kquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:=
1px solid rgb(204,204,204);padding-left:1ex">+enum krb_imp {<br>
+=C2=A0 =C2=A0 =C2=A0 =C2=A0KRBIMP_UNKNOWN,<br>
+=C2=A0 =C2=A0 =C2=A0 =C2=A0KRBIMP_HESIOD1,<br>
+=C2=A0 =C2=A0 =C2=A0 =C2=A0KRBIMP_MIT<br>
+};<br><br></blockquote><div><br></div><div><br></div><div><br></div><div>I=
 only skimmed the diff so far, but I don&#39;t think KRBIMP_HESIOD1 makes m=
uch sense as a name -- Hesiod is a directory service of sorts that came out=
 of MIT&#39;s Project Athena (it uses the &quot;HS&quot; DNS record class a=
nd we have an implementation of its functionality in libc) but is otherwise=
 unrelated to Kerberos.=C2=A0 Presumably you wanted something Heimdal-ish h=
ere?</div><div><br></div><div>-Ben</div></div></div>

--000000000000c4ae89063bd370b7--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ5_RoAh4UACqTJ1GseaVN2NsR3_U5RRQr3WKEQ5p94H_x-0bw>