New logging system
This commit is contained in:
parent
0c5e95b469
commit
495202128e
8 changed files with 260 additions and 165 deletions
|
|
@ -58,6 +58,8 @@ sub _add($$$)
|
|||
|
||||
my $cnt_type = $_get_type->($args->{param});
|
||||
|
||||
ACU::Log::do_dump($args);
|
||||
|
||||
# Add content if any
|
||||
for (my $i = $args->{unamed}; $i > 0; $i--) {
|
||||
LDAP::add_attribute($ldap, $dn, $cnt_type, $args->{param}{$i});
|
||||
|
|
|
|||
Reference in a new issue