]> andersk Git - openssh.git/blobdiff - servconf.h
- (dtucker) [openbsd-compat/port-aix.h] Bug #640: Don't include audit.h
[openssh.git] / servconf.h
index 42bcda75730f833ef73b81791be0f83f2736f09b..828e94c5c534aba86bb12bf24ab1471415f5d9b9 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: servconf.h,v 1.63 2003/08/13 08:46:30 markus Exp $    */
+/*     $OpenBSD: servconf.h,v 1.65 2003/09/01 18:15:50 markus Exp $    */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -80,8 +80,8 @@ typedef struct {
                                                 * /etc/passwd */
        int     kerberos_ticket_cleanup;        /* If true, destroy ticket
                                                 * file on logout. */
-       int     kerberos_tgt_passing;   /* If true, permit Kerberos TGT
-                                        * passing. */
+       int     gss_authentication;     /* If true, permit GSSAPI authentication */
+       int     gss_cleanup_creds;      /* If true, destroy cred cache on logout */
        int     password_authentication;        /* If true, permit password
                                                 * authentication. */
        int     kbd_interactive_authentication; /* If true, permit */
This page took 0.047288 seconds and 4 git commands to generate.