summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 96c96d2)
raw | patch | inline | side by side (parent: 96c96d2)
author | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 Apr 2008 11:32:02 +0000 (11:32 +0000) | ||
committer | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 Apr 2008 11:32:02 +0000 (11:32 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10720 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/server/events/gosaTriggered.pm | patch | blob | history |
index c788754e2e9ccf216a4d32b167235f4dcad9e7c3..5fbb787cf75eb48a3a40573948289425b7269fe6 100644 (file)
my $res = $main::job_db->exec_statement($sql_statement);
}
- my $out_hash = &create_xml_hash("reload_ldap_config", $main::server_address, $main::server_address, $target);
- if( defined ) {
- &add_content2xml_hash($out_hash, 'jobdb_id', $jobdb_id);
- }
- my $out_msg = &create_xml_string($out_hash);
- my @out_msg_l;
- push(@out_msg_l, $out_msg);
+ my $out_msg = &SIPackages::new_ldap_config($target, $session_id);
+ my @out_msg_l = ( $out_msg );
+
return @out_msg_l;
}