From c1ab5bb6bab3f95d4027360cadab5e71ecfc8f5c Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 5 May 2008 13:25:29 +0000 Subject: [PATCH] Updated client.php git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10765 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/tests/client.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gosa-si/tests/client.php b/gosa-si/tests/client.php index 20af16b99..bd44acbe5 100755 --- a/gosa-si/tests/client.php +++ b/gosa-si/tests/client.php @@ -84,7 +84,7 @@ for($count = 1; $count <= $zahl; $count++) ########### # messaging - $data = "
gosa_send_user_msg
GOSA GOSA ".base64_encode("eine wichtige nachricht")." admin polle rettenbe 20130101235959 ".base64_encode("kaffeepause")."
"; + #$data = "
gosa_send_user_msg
GOSA GOSA ".base64_encode("eine wichtige nachricht")." admin polle rettenbe 20130101235959 ".base64_encode("kaffeepause")."
"; ################ # logHandling.pm @@ -102,7 +102,8 @@ for($count = 1; $count <= $zahl; $count++) ######### # Kerberos test query - #$data = "
gosa_krb5_get_principal
00:01:6c:9d:aa:16 cajus@WIRECARD.SYSGOSA
"; +# $data = "
gosa_krb5_create_principal
00:01:6c:9d:aa:16 horst@WIRECARD.SYSGOSA666
"; + $data = "
gosa_krb5_modify_principal
00:01:6c:9d:aa:16 horst@WIRECARD.SYSGOSA666
"; $sock->write($data); $answer = "nothing"; -- 2.30.2