From: cajus Date: Tue, 30 Sep 2008 11:25:22 +0000 (+0000) Subject: Switched to these services, LTSP supports X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3eac934c404f01ef7db141fa4787fd05f98d2122;p=gosa.git Switched to these services, LTSP supports git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12562 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 c276164ca..caacef200 100644 --- a/gosa-plugins/goto/admin/systems/services/terminal/class_goTerminalServer.inc +++ b/gosa-plugins/goto/admin/systems/services/terminal/class_goTerminalServer.inc @@ -2,10 +2,6 @@ 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"); @@ -36,7 +32,8 @@ class goTerminalServer extends goService{ } } $this->gotoSessionType = $tmp; - $this->gotoSessionTypes= array("LDM","XDCMP","RDP","CITRIX"); + #$this->gotoSessionTypes= array("LDM","XDCMP","RDP","CITRIX"); + $this->gotoSessionTypes= array("LDM","XDCMP", "SHELL", "TELNET"); } @@ -155,7 +152,8 @@ class goTerminalServer extends goService{ } } $this->gotoSessionType = $tmp; - $this->gotoSessionTypes= array("LDM","XDCMP","RDP","CITRIX"); + #$this->gotoSessionTypes= array("LDM","XDCMP","RDP","CITRIX"); + $this->gotoSessionTypes= array("LDM","XDCMP", "SHELL", "TELNET"); }