From: hickert Date: Wed, 30 Apr 2008 06:33:24 +0000 (+0000) Subject: Updated support daemon X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0384d080bf1b5e36b7f976b824b0e5f96ca00518;p=gosa.git Updated support daemon git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10733 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index 503b8f0cf..f11ffb925 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -1272,7 +1272,7 @@ class gosaSupportDaemon "
gosa_krb5_get_principal
". "".$name."". "GOSA". - "GOSA". + "".$server."". ""; return($this->_send($xml_msg,TRUE)); @@ -1324,7 +1324,7 @@ class gosaSupportDaemon "".$name."". $attrs. "GOSA". - "GOSA". + "".$server."". ""; return($this->_send($xml_msg,TRUE) == TRUE && !$this->is_error()); @@ -1361,7 +1361,7 @@ class gosaSupportDaemon "
gosa_krb5_del_principal
". "".$name."". "GOSA". - "GOSA". + "".$server."". ""; return($this->_send($xml_msg,TRUE) == TRUE && !$this->is_error()); @@ -1602,7 +1602,7 @@ class gosaSupportDaemon "
gosa_krb5_del_policy
". "".$name."". "GOSA". - "GOSA". + "".$server."". ""; return($this->_send($xml_msg,TRUE) == TRUE && !$this->is_error()); }