]> andersk Git - gssapi-openssh.git/blobdiff - openssh/readconf.h
openssh-3.6.1p2-gssapi-20030430.diff from Simon
[gssapi-openssh.git] / openssh / readconf.h
index 78e04fedf98b10729e33f44602daae5c3cc01a10..aad8c82c1c06aa5179d8a2d1012c1a75114819e2 100644 (file)
@@ -47,6 +47,15 @@ typedef struct {
 #if defined(AFS) || defined(KRB5)
        int     kerberos_tgt_passing;   /* Try Kerberos TGT passing. */
 #endif
+
+#ifdef GSSAPI
+       int     gss_authentication;
+       int     gss_deleg_creds;
+#ifdef GSI
+       int     gss_globus_deleg_limited_proxy;
+#endif /* GSI */
+#endif /* GSSAPI */
+
 #ifdef AFS
        int     afs_token_passing;      /* Try AFS token passing. */
 #endif
This page took 0.030951 seconds and 4 git commands to generate.