From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fAdL0-0001xc-KY for guix-patches@gnu.org; Mon, 23 Apr 2018 11:25:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fAdKw-00035o-JB for guix-patches@gnu.org; Mon, 23 Apr 2018 11:25:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57570) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fAdKw-00035k-Fk for guix-patches@gnu.org; Mon, 23 Apr 2018 11:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fAdKw-000862-8u for guix-patches@gnu.org; Mon, 23 Apr 2018 11:25:02 -0400 Subject: [bug#31141] [PATCH] gnu: curl: Use mit-krb5 as GSSAPI implementation. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180412224006.25134-1-sleep_walker@gnu.org> <20180421161017.25789-1-sleep_walker@gnu.org> <87o9ia2i81.fsf@gnu.org> <20180423145345.xk4qeubkovrat37m@doom> Date: Mon, 23 Apr 2018 17:24:28 +0200 In-Reply-To: <20180423145345.xk4qeubkovrat37m@doom> ("=?UTF-8?Q?Tom=C3=A1=C5=A1_?= =?UTF-8?Q?=C4=8Cech?="'s message of "Mon, 23 Apr 2018 16:53:45 +0200") Message-ID: <87fu3mymhf.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: =?UTF-8?Q?Tom=C3=A1=C5=A1_?= =?UTF-8?Q?=C4=8Cech?= Cc: 31141@debbugs.gnu.org Hello, Tom=C3=A1=C5=A1 =C4=8Cech skribis: > I am using curl against services with Kerberos authentication. Login > against authority server and obtain ticket proving that I am who I > am. I can use that ticket against services. > > I'm not able to do the same with GNU GSS implementation. I might be > wrong but it didn't seem to allow me to do the same at least in the > shape we have it. I just realized that the equivalent of mit-krb5 would be GNU=C2=A0Shishi, n= ot GNU=C2=A0GSS. Does that one work for you? (Perhaps GSS is still needed in addition to Shishi though, dunno.) If not, I have nothing against switching to mit-krb5 if that doesn=E2=80=99t work either, with a comment explaining it. Thanks, Ludo=E2=80=99.