]> andersk Git - gssapi-openssh.git/commitdiff
delegate credentials in SSH protocol 1 (patch from Bin He)
authorjbasney <jbasney>
Thu, 28 Mar 2002 15:29:52 +0000 (15:29 +0000)
committerjbasney <jbasney>
Thu, 28 Mar 2002 15:29:52 +0000 (15:29 +0000)
openssh/auth-gssapi.c

index 186886953056606563e377ddd7af2284d0497e8d..d8276c61cfd71750858bac3a4c04cc484543b063 100644 (file)
 #include "log.h"
 #include "ssh1.h"
 
+/*modified by binhe*/
+#include "ssh-gss.h"
+/*end of modification*/
+
 /* Version Tag */
 static char gssapi_patch_version[] = GSSAPI_PATCH_VERSION;
 
@@ -377,7 +381,11 @@ int auth_gssapi(const char *target_account,
                             &send_tok,
                             &ret_flags,
                             NULL,      /* ignore time_rec */
-                            NULL);     /* ignore del_cred_handle */
+                            //NULL);   /* ignore del_cred_handle */
+/*modified by binhe*/
+                            &gssapi_client_creds); 
+   gssapi_client_type = GSS_GSI;
+/*end of modification*/
 
 
     (void) gss_release_buffer(&min_stat, &recv_tok);
This page took 0.107805 seconds and 5 git commands to generate.