Revert "TMP: cli_credentials_krb5_refresh_ccache_send force nt_hash"
authorStefan Metzmacher <metze@samba.org>
Fri, 29 Nov 2019 11:24:03 +0000 (12:24 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 6 Aug 2020 12:03:26 +0000 (14:03 +0200)
This reverts commit 825bb59db6086af989446337e1c429848df2e88b.

auth/credentials/credentials_krb5.c

index cd3c1d80e5bd3759d717b4dc7073d05abdbdd192..0fbb67a93e1ee1cf36734c6c4fb07aeec22c94b9 100644 (file)
@@ -1491,7 +1491,7 @@ _PUBLIC_ struct tevent_req *cli_credentials_krb5_refresh_ccache_send(
                goto legacy_kinit;
        }
 
-       auth_password = NULL;//cli_credentials_get_password(state->auth_cred);
+       auth_password = cli_credentials_get_password(state->auth_cred);
        if (auth_password == NULL) {
                struct samr_Password *nt_hash = NULL;