]> andersk Git - gssapi-openssh.git/blobdiff - openssh/servconf.h
GSSAPI patch for OpenSSH 3.0.2p1 Protocol version 2 by Simon Wilkinson from
[gssapi-openssh.git] / openssh / servconf.h
index 2e10b1c33edbebf1d1c6023c01bdcf16e1974935..e58e994c5f871326aaf76a91b7c4d2284c3c35bf 100644 (file)
@@ -72,6 +72,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.036582 seconds and 4 git commands to generate.