We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17512bd commit 349b79eCopy full SHA for 349b79e
k5test/realm.py
@@ -673,7 +673,7 @@ def _kdc_conf(self):
673
674
def create_kdb(self):
675
self.run_kadminl(
676
- ["stash", f"--key-file={self.tmpdir}/stash" "--random-password"]
+ ["stash", f"--key-file={self.tmpdir}/stash", "--random-password"]
677
)
678
self.run_kadminl(["init", self.realm], input="\n\n")
679
0 commit comments