ads_change_trust_account_password
authorStefan Metzmacher <metze@samba.org>
Wed, 17 Apr 2019 16:18:00 +0000 (18:18 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 15 Oct 2019 07:36:38 +0000 (09:36 +0200)
source3/libads/util.c

index edbb368a2de474c62a000df12f3fcbb9daff510d..3724178179bbbe610624a229697b4937b67a8bef 100644 (file)
@@ -62,10 +62,7 @@ ADS_STATUS ads_change_trust_account_password(ADS_STRUCT *ads, char *host_princip
        }
        if (prev != NULL) {
                status = NT_STATUS_REQUEST_NOT_ACCEPTED;
-               secrets_failed_password_change("localhost",
-                                              status,
-                                              NT_STATUS_NOT_COMMITTED,
-                                              info);
+               DBG_ERR("Machine account password already triggered.\n");
                return ADS_ERROR_NT(status);
        }