Displaying 2 results from an estimated 2 matches for "auth_krb4_tgt".
2002 Jan 23
1
Fix AFS and Kerberos interaction
...11 +34,12 @@
#include "uidswap.h"
#include "auth.h"
+#ifdef KRB4
+
#ifdef AFS
#include "radix.h"
#endif
-#ifdef KRB4
extern ServerOptions options;
static int
@@ -279,9 +280,7 @@
packet_write_wait();
return (1);
}
-#endif /* KRB4 */
-#ifdef AFS
int
auth_krb4_tgt(Authctxt *authctxt, const char *string)
{
@@ -370,4 +369,4 @@
return (1);
}
-#endif /* AFS */
+#endif /* KRB4 */
--- auth.h 2002/01/23 12:01:53 1.1
+++ auth.h 2002/01/23 12:14:19
@@ -102,14 +102,15 @@
int auth_krb4(Authctxt *, KTEXT, char **);
int auth_krb4_password(Authctxt *, const c...
2001 Nov 20
3
problem with AFS token forwarding
Hello,
I came across an interoperability problem in OpenSSH 3.0p1 and 3.0.1p1
concerning the AFS token forwarding. That means that the new versions are
not able to exchange AFS tokens (and Kerberos TGTs) with older OpenSSH
releases (including 2.9p2) and with the old SSH 1.2.2x. In my opinion this
problem already existed in Openssh 2.9.9p1, but I have never used this
version (I only looked at the