summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpki/dogtag/tps-ui/shared/cgi-bin/sow/cfg.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/pki/dogtag/tps-ui/shared/cgi-bin/sow/cfg.pl b/pki/dogtag/tps-ui/shared/cgi-bin/sow/cfg.pl
index 0a7e728ca..64e612aaa 100755
--- a/pki/dogtag/tps-ui/shared/cgi-bin/sow/cfg.pl
+++ b/pki/dogtag/tps-ui/shared/cgi-bin/sow/cfg.pl
@@ -113,7 +113,7 @@ sub is_agent()
"-b \"" . "cn=TUS Officers,ou=Groups,".$x_basedn . "\" " .
"-h \"" . $x_host . "\" " .
"-p \"" . $x_port ."\" " .
- "\"(uid=" . $uid . "*)\" | wc -l";
+ "-LLL \"(uid=" . $uid . "*)\" | wc -l";
my $matched = `$cmd`;
@@ -153,7 +153,7 @@ sub is_user()
"-b \"" . "ou=people,".$x_basedn . "\" " .
"-h \"" . $x_host . "\" " .
"-p \"" . $x_port ."\" " .
- "\"(uid=" . $uid . "*)\" | wc -l";
+ "-LLL \"(uid=" . $uid . "*)\" | wc -l";
my $matched = `$cmd`;