It will be done in secrets_{prepare,finish}_password_change
BUG: https://bugzilla.samba.org/show_bug.cgi?id=6750
Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
d_printf(_("Password change for principal %s succeeded.\n"), host_principal);
- if (USE_SYSTEM_KEYTAB) {
- d_printf(_("Attempting to update system keytab with new password.\n"));
- if (ads_keytab_create_default(ads)) {
- d_printf(_("Failed to update system keytab.\n"));
- }
- }
-
ret = 0;
out:
TALLOC_FREE(tmp_ctx);