diff options
Diffstat (limited to 'server')
-rwxr-xr-x | server/keytab-backend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/keytab-backend b/server/keytab-backend index a06c717..2956730 100755 --- a/server/keytab-backend +++ b/server/keytab-backend @@ -135,7 +135,7 @@ sub download { # Do the actual work. my $filename = "$TMP/keytab$$"; - my $command = "ktadd -q -norandkey -k $filename $principal"; + my $command = "ktadd -k $filename -q -norandkey $principal"; my $output = `$KADMIN -q '$command' 2>&1`; if ($? != 0) { my $status = ($? >> 8); |