Revision 8262
Added by Jing Tao about 11 years ago
src/perl/ldapweb.cgi | ||
---|---|---|
1054 | 1054 |
debug("search filer " . $filter); |
1055 | 1055 |
debug("ldap server ". $ldapurl); |
1056 | 1056 |
debug("sesarch base " . $tmpSearchBase); |
1057 |
print "Content-type: text/html\n\n"; |
|
1057 |
#print "Content-type: text/html\n\n";
|
|
1058 | 1058 |
my @attrs = ['o', 'ou' ]; |
1059 | 1059 |
my $found = searchDirectory($ldapurl, $tmpSearchBase, $filter, \@attrs); |
1060 | 1060 |
|
Also available in: Unified diff
Remove an extra print content type statement.