summaryrefslogtreecommitdiff
path: root/security/ssh/patches/patch-bg
blob: c380db24c9d0d3c36542cd95d4a9c74b6d6e04bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-bg,v 1.2 2000/03/20 02:25:56 itojun Exp $

--- servconf.h-	Wed May 12 20:19:28 1999
+++ servconf.h	Mon Mar 20 09:47:32 2000
@@ -111,6 +111,12 @@
 				   password authentication mechanism, such
 				   as SecurID or /etc/passwd */
   int kerberos_tgt_passing;	/* If true, permit Kerberos tgt passing. */
+#ifdef KRB4
+  int kerberos_ticket_cleanup;  /* If true, destroy ticket file on logout. */
+#endif /* KRB4 */
+#ifdef AFS
+  int afs_token_passing;        /* If true, permit AFS token passing. */
+#endif /* AFS */
   int allow_tcp_forwarding;
   int tis_authentication;	/* If true, permit TIS authsrv auth. */
   int password_authentication;  /* If true, permit password authentication. */