summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a12b903)
raw | patch | inline | side by side (parent: a12b903)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 22 Apr 2008 09:12:18 +0000 (09:12 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 22 Apr 2008 09:12:18 +0000 (09:12 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10609 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/modules/SIPackages.pm | patch | blob | history | |
gosa-si/server/events/clMessages.pm | patch | blob | history |
index a46c34cfe04b458034c5657c57056fb90eed628e..3cfba19d85624fd3429bada1b6ec9ea49f4bce41 100644 (file)
&main::daemon_log("Host was not found in LDAP!", 1);
# set status = hardware_detection at jobqueue if entry exists
-# TODO
+ # TODO
# resolve plain name for host
my $func_dic = {table=>$main::job_queue_tn,
- primkey=>['id'],
+ primkey=>[],
timestamp=>&get_time,
status=>'processing',
result=>'none',
index c65c6f07ad1d6de5b9053a93f5e1ccc1bf8c1313..576fca207dfcbbdbc274c9efef6372221451b429 100644 (file)
# resolve plain name for host $macaddress
&main::daemon_log("$session_id DEBUG: add job to queue for host '$macaddress'", 7);
my $func_dic = {table=>$main::job_queue_tn,
- primkey=>['id'],
+ primkey=>[],
timestamp=>&get_time,
status=>'processing',
result=>"$header $content",