From 1be1f77a56bdd7543effafc669eca5b1b700d001 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 3 Jun 2008 11:52:53 +0000 Subject: [PATCH] Updated gosasupportDaemon, added NOT WORKING host key gen. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11170 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_gosaSupportDaemon.inc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index 63b6fd541..1f244b289 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -1352,6 +1352,23 @@ class gosaSupportDaemon } + function krb5_ramdomize_key($server,$name) + { + /* Prepare request event + */ + $xml_msg = + "". + "
gosa_krb5_randomize_key
". + "".$name."". + "GOSA". + "".$server."". + "
"; + + return($this->_send($xml_msg,TRUE) == TRUE && !$this->is_error()); + } + + + /*! \brief Updates a given principal with a set of configuration settings. For a list of configurable attributes have a look at 'krb5_get_principal()'. (Uses the GOsa support daemon instead of the ldap database.) -- 2.30.2