Code

Updated support daemon
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 30 Apr 2008 06:33:24 +0000 (06:33 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 30 Apr 2008 06:33:24 +0000 (06:33 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10733 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_gosaSupportDaemon.inc

index 503b8f0cfd3d9745bda6a7ffb1dae3b843f3f907..f11ffb925406b4c759ae993dbf101a0546f3bd43 100644 (file)
@@ -1272,7 +1272,7 @@ class gosaSupportDaemon
       "<header>gosa_krb5_get_principal</header>".
       "<principal>".$name."</principal>".
       "<source>GOSA</source>".
-      "<target>GOSA</target>".
+      "<target>".$server."</target>".
       "</xml>";
 
     return($this->_send($xml_msg,TRUE));
@@ -1324,7 +1324,7 @@ class gosaSupportDaemon
       "<principal>".$name."</principal>".
       $attrs.
       "<source>GOSA</source>".
-      "<target>GOSA</target>".
+      "<target>".$server."</target>".
       "</xml>";
 
     return($this->_send($xml_msg,TRUE) == TRUE && !$this->is_error());
@@ -1361,7 +1361,7 @@ class gosaSupportDaemon
       "<header>gosa_krb5_del_principal</header>".
       "<principal>".$name."</principal>".
       "<source>GOSA</source>".
-      "<target>GOSA</target>".
+      "<target>".$server."</target>".
       "</xml>";
     
     return($this->_send($xml_msg,TRUE) == TRUE && !$this->is_error());
@@ -1602,7 +1602,7 @@ class gosaSupportDaemon
       "<header>gosa_krb5_del_policy</header>".
       "<policy>".$name."</policy>".
       "<source>GOSA</source>".
-      "<target>GOSA</target>".
+      "<target>".$server."</target>".
       "</xml>";
     return($this->_send($xml_msg,TRUE) == TRUE && !$this->is_error());
   }