aboutsummaryrefslogtreecommitdiffstats
path: root/fripost-searchdomain
diff options
context:
space:
mode:
Diffstat (limited to 'fripost-searchdomain')
-rwxr-xr-xfripost-searchdomain2
1 files changed, 1 insertions, 1 deletions
diff --git a/fripost-searchdomain b/fripost-searchdomain
index cfd00ed..0896683 100755
--- a/fripost-searchdomain
+++ b/fripost-searchdomain
@@ -122,7 +122,7 @@ $domain{owner} = $ARGV[1] if defined $ARGV[1];
foreach my $domain ($ldap->domain->search( \%domain )->entries) {
say '' . ($domain->{isActive} ? 'ACTIVE' : 'INACTIVE')
. ' domain ' . $domain->{domain}
- . ' owned by '
+ . ' is owned by '
. (defined $domain->{owner} ? join ', ', @{$domain->{owner}}
: '(none)');
}