summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e384d94)
raw | patch | inline | side by side (parent: e384d94)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 11 Jul 2008 15:18:51 +0000 (15:18 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 11 Jul 2008 15:18:51 +0000 (15:18 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11614 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/tests/client.php | patch | blob | history |
index 2ca8ffae44df9cb1f6eaacb2ade9ae076cb8105a..7737ff0e21f57dafea9532ed0e8ad40e8e5720f2 100755 (executable)
--- a/gosa-si/tests/client.php
+++ b/gosa-si/tests/client.php
# Get software inventory
#$data = "<xml> <header>gosa_opsi_get_client_software</header> <source>GOSA</source> <target>00:01:6c:9d:aa:16</target> <hostId>limux-cl-2.intranet.gonicus.de</hostId> </xml>";
+ # List Opsi clients
+ #$data = "<xml> <header>gosa_opsi_list_clients</header> <source>GOSA</source> <target>00:01:6c:9d:aa:16</target> </xml>";
+
+ # Delete Opsi client
+ $data = "<xml> <header>gosa_opsi_del_client</header> <source>GOSA</source> <target>00:01:6c:9d:aa:16</target> <hostId>sdfgsg.intranet.gonicus.de</hostId></xml>";
$sock->write($data);
$answer = "nothing";