]> andersk Git - gssapi-openssh.git/blobdiff - openssh/auth2.c
don't include "external-keyx" in case for setting username from GSSAPI
[gssapi-openssh.git] / openssh / auth2.c
index df68b83c8a9fef52102f9456a8d766d340044f1f..9b38bd9c79886c5fbd20d6156acd381ee0f3055b 100644 (file)
@@ -196,8 +196,7 @@ input_userauth_request(int type, u_int32_t seq, void *ctxt)
                   verify it. */
                if ((strcmp(user, "") != 0) ||
                    ((strcmp(method, "gssapi") != 0) &&
-                    (strcmp(method, "gssapi-with-mic") != 0) &&
-                    (strcmp(method, "external-keyx") != 0))) {
+                    (strcmp(method, "gssapi-with-mic") != 0))) {
 #endif
                authctxt->pw = PRIVSEP(getpwnamallow(user));
                authctxt->user = xstrdup(user);
This page took 0.058083 seconds and 4 git commands to generate.