From: hickert Date: Fri, 28 May 2010 14:30:52 +0000 (+0000) Subject: Added dummy rpc properties X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b959261d2d70daf56c3c7c0df30e03d1bc7e4090;p=gosa.git Added dummy rpc properties git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18791 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_core.inc b/gosa-core/include/class_core.inc index 50c294d2d..ed8df7830 100644 --- a/gosa-core/include/class_core.inc +++ b/gosa-core/include/class_core.inc @@ -567,6 +567,36 @@ DEBUG_SI = 256"), "group" => "id", "mandatory" => FALSE), + array( + "name" => "gosaRpcServer", + "type" => "string", + "default" => "http://localhost:8080/rpc", + "description" => "Ther server to use for RPC connections! Future GOsa-ng service!", + "check" => "", + "migrate" => "", + "group" => "rpc", + "mandatory" => FALSE), + + array( + "name" => "gosaRpcUser", + "type" => "string", + "default" => "admin", + "description" => "Ther username to use for RPC connections! Future GOsa-ng service!", + "check" => "", + "migrate" => "", + "group" => "rpc", + "mandatory" => FALSE), + + array( + "name" => "gosaRpcPassword", + "type" => "string", + "default" => "tester", + "description" => "Ther password to use for RPC connections! Future GOsa-ng service!", + "check" => "", + "migrate" => "", + "group" => "rpc", + "mandatory" => FALSE), + array( "name" => "gosaSupportURI", "type" => "string",