summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 204cacf)
raw | patch | inline | side by side (parent: 204cacf)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Sep 2008 11:25:22 +0000 (11:25 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Sep 2008 11:25:22 +0000 (11:25 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12562 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/services/terminal/class_goTerminalServer.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/services/terminal/class_goTerminalServer.inc b/gosa-plugins/goto/admin/systems/services/terminal/class_goTerminalServer.inc
index c276164ca718be196c413fb813bd7c8b01b0ac62..caacef200d3886bce5709eed7b4f457ba316c002 100644 (file)
class goTerminalServer extends goService{
- var $cli_summary = "This pluign is used within the ServerService Pluign \nand indicates that this server supports asterisk management.";
- var $cli_description = "Some longer text\nfor help";
- var $cli_parameters = array("eins" => "Eins ist toll", "zwei" => "Zwei ist noch besser");
-
/* This plugin only writes its objectClass */
var $objectclasses = array("goTerminalServer");
var $attributes = array("goXdmcpIsEnabled","gotoSessionType");
}
}
$this->gotoSessionType = $tmp;
- $this->gotoSessionTypes= array("LDM","XDCMP","RDP","CITRIX");
+ #$this->gotoSessionTypes= array("LDM","XDCMP","RDP","CITRIX");
+ $this->gotoSessionTypes= array("LDM","XDCMP", "SHELL", "TELNET");
}
}
}
$this->gotoSessionType = $tmp;
- $this->gotoSessionTypes= array("LDM","XDCMP","RDP","CITRIX");
+ #$this->gotoSessionTypes= array("LDM","XDCMP","RDP","CITRIX");
+ $this->gotoSessionTypes= array("LDM","XDCMP", "SHELL", "TELNET");
}