From 240b60a884d1297d4e838c86982e3c669478da81 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 6 May 2008 07:25:28 +0000 Subject: [PATCH] Updated si stuff git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10779 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_gosaSupportDaemon.inc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index 76c3e7c25..045380159 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -1275,7 +1275,12 @@ class gosaSupportDaemon "".$server."". ""; - return($this->_send($xml_msg,TRUE)); + $res = $this->_send($xml_msg,TRUE); + if(isset($res['XML'])){ + return($res['XML']); + }else{ + return($ret); + } } @@ -1384,7 +1389,7 @@ class gosaSupportDaemon */ $xml_msg = "". - "
gosa_krb5_set_principal
". + "
gosa_krb5_modify_principal
". "".$name."". $attrs. "GOSA". -- 2.30.2