]> andersk Git - gssapi-openssh.git/commitdiff
don't abort gsskex if client gives a limited proxy.
authorjbasney <jbasney>
Tue, 29 Jun 2004 02:58:15 +0000 (02:58 +0000)
committerjbasney <jbasney>
Tue, 29 Jun 2004 02:58:15 +0000 (02:58 +0000)
we'll deal with it gracefully in userauth.

openssh/kexgsss.c

index b4e0f2cd9eee7ccb067bbcad9bea951c27f4a96d..468f410acda487935a1c2c74c46086ef3751c937 100644 (file)
@@ -112,12 +112,6 @@ kexgss_server(Kex *kex)
 
                gss_release_buffer(&min_status,&recv_tok);
                
-#ifdef GSS_C_GLOBUS_LIMITED_PROXY_FLAG
-                if (ret_flags & GSS_C_GLOBUS_LIMITED_PROXY_FLAG) {
-                        packet_disconnect("Limited proxy is not allowed in gssapi key exchange.");
-                }
-#endif
-
                if (maj_status!=GSS_S_COMPLETE && send_tok.length==0) {
                        fatal("Zero length token output when incomplete");
                }
This page took 0.039868 seconds and 5 git commands to generate.