bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: kerberos telnet?


From: Simon Josefsson
Subject: Re: kerberos telnet?
Date: Mon, 23 Sep 2002 13:43:29 +0200
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu)

Simon Josefsson <address@hidden> writes:

> I will try to compile inetutils with MIT Kerberos instead, for my
> purpose it will probably work equally well and will perhaps be easier
> to get to work.

With the patch below I got it to compile, but it does not do kerberos
authentication (same behaviour as in original report).  I will try to
investigate more at some point in time...

Index: libtelnet/kerberos5.c
===================================================================
RCS file: /cvsroot/inetutils/inetutils/libtelnet/kerberos5.c,v
retrieving revision 1.7
diff -u -p -r1.7 kerberos5.c
--- libtelnet/kerberos5.c       13 Sep 2002 10:46:49 -0000      1.7
+++ libtelnet/kerberos5.c       23 Sep 2002 11:41:57 -0000
@@ -45,6 +45,10 @@
 # define KRB5_ENV_CCNAME "KRB5CCNAME"
 #endif

+#ifdef  ENCRYPTION
+#include "encrypt.h"
+#endif
+
 #ifdef  FORWARD
 /* FIXME: This is set directly from telnet/main.c */
 int forward_flags = 0;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]