]> andersk Git - gssapi-openssh.git/blobdiff - openssh/servconf.h
openssh-3.6.1p2-gssapi-20030430.diff from Simon
[gssapi-openssh.git] / openssh / servconf.h
index 024987dd6983cfd8a743115e9451f29a97d6cc9b..1c947da6ce03b1794bc5cd83572b62b6e4015d27 100644 (file)
@@ -73,6 +73,13 @@ typedef struct {
        int     hostbased_uses_name_from_packet_only; /* experimental */
        int     rsa_authentication;     /* If true, permit RSA authentication. */
        int     pubkey_authentication;  /* If true, permit ssh2 pubkey authentication. */
+       #ifdef GSSAPI
+       int     gss_authentication;
+       int     gss_keyex;
+       int     gss_use_session_ccache;        /* If true, delegated credentials are
+                                               * stored in a session specific cache */
+       int     gss_cleanup_creds;             /* If true, destroy cred cache on logout */
+#endif 
 #if defined(KRB4) || defined(KRB5)
        int     kerberos_authentication;        /* If true, permit Kerberos
                                                 * authentication. */
This page took 0.103991 seconds and 4 git commands to generate.