Code

Added dummy rpc properties
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 28 May 2010 14:30:52 +0000 (14:30 +0000)
committerhickert <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

index 50c294d2d1a9556ad9813b1faa63cdb7093d0e14..ed8df7830981ece3efe8c4fb379e4f526e43091c 100644 (file)
@@ -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",