$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. */