summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3fceb36)
raw | patch | inline | side by side (parent: 3fceb36)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 28 May 2010 14:30:52 +0000 (14:30 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 28 May 2010 14:30:52 +0000 (14:30 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18791 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_core.inc | patch | blob | history |
index 50c294d2d1a9556ad9813b1faa63cdb7093d0e14..ed8df7830981ece3efe8c4fb379e4f526e43091c 100644 (file)
"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",