summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5c0aa7b)
raw | patch | inline | side by side (parent: 5c0aa7b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Jan 2010 13:15:35 +0000 (13:15 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Jan 2010 13:15:35 +0000 (13:15 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15160 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_systemManagement.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc
index 1ba0f53aad4f017fc33d04b3542e5c4b603ad988..a0b98cb72bf38de666448cab648d5b95b66b89a2 100644 (file)
# |
# |->activate_new_device() (Finally activate the device - FAIsate=..)
#
-
-
-
-
class systemManagement extends management
{
var $plHeadline = "Systems";
}
+ /*! \brief Act on password change requests.
+ */
function setPassword($action,$target)
{
if(count($target) == 1){
}
-
-/*! \brief This method is used to queue and process copy&paste actions.
+ /*! \brief This method is used to queue and process copy&paste actions.
* Allows to copy, cut and paste mutliple entries at once.
* @param String 'action' The name of the action which was the used as trigger.
* @param Array 'target' A list of object dns, which should be affected by this method.
}
+ /*! \brief Password change confirmed, now try to change the systems pwd.
+ */
function passwordChangeConfirmed()
{
$tDefs= $this->getObjectDefinitions();
}
-
-
+ /*! \brief The system selection dialog was closed.
+ * We will now queue the given entry to be activated.
+ */
function systemTypeChosen()
{
// Detect the systems target type
}
+ /*! \brief Activate queued goto systems.
+ */
function handleActivationQueue()
{
@DEBUG (DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__,