summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 76c96b1)
raw | patch | inline | side by side (parent: 76c96b1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Apr 2008 06:33:24 +0000 (06:33 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc
index 503b8f0cfd3d9745bda6a7ffb1dae3b843f3f907..f11ffb925406b4c759ae993dbf101a0546f3bd43 100644 (file)
"<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));
"<principal>".$name."</principal>".
$attrs.
"<source>GOSA</source>".
- "<target>GOSA</target>".
+ "<target>".$server."</target>".
"</xml>";
return($this->_send($xml_msg,TRUE) == TRUE && !$this->is_error());
"<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());
"<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());
}