source4/scripting/bin/machineaccountccache use creds.krb5_refresh_ccache
authorStefan Metzmacher <metze@samba.org>
Tue, 26 Nov 2019 14:04:20 +0000 (15:04 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 6 Aug 2020 12:03:26 +0000 (14:03 +0200)
source4/scripting/bin/machineaccountccache

index 5e6d3c54c4fedf3e2d1d27509989ef6f3f92093b..df88b54d2e97b41a968ef1800216cb3cb974fd13 100755 (executable)
@@ -27,4 +27,4 @@ creds = Credentials()
 
 creds.guess(lp_ctx)
 creds.set_machine_account(lp_ctx)
-creds.get_named_ccache(lp_ctx, ccachename)
+creds.krb5_refresh_ccache(lp_ctx, ccachename)