]> andersk Git - gssapi-openssh.git/blobdiff - openssh/auth2-passwd.c
merged OpenSSH 5.3p1 to trunk
[gssapi-openssh.git] / openssh / auth2-passwd.c
index 421c5c25d018ab64c45b9b12a770af8a5d8925b8..5f1f3635f7a076a98084843e8b097380b79df765 100644 (file)
@@ -68,10 +68,6 @@ userauth_passwd(Authctxt *authctxt)
                logit("password change not supported");
        else if (PRIVSEP(auth_password(authctxt, password)) == 1)
                authenticated = 1;
-#ifdef HAVE_CYGWIN
-       if (check_nt_auth(1, authctxt->pw) == 0)
-               authenticated = 0;
-#endif
        memset(password, 0, len);
        xfree(password);
        return authenticated;
This page took 3.129282 seconds and 4 git commands to generate.