summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8060122)
raw | patch | inline | side by side (parent: 8060122)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 13:06:22 +0000 (13:06 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 13:06:22 +0000 (13:06 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18244 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/fai/class_faiVariable.inc | patch | blob | history |
diff --git a/gosa-plugins/fai/admin/fai/class_faiVariable.inc b/gosa-plugins/fai/admin/fai/class_faiVariable.inc
index 0847d8842c3584d039447498b6a37c63d011f938..78546c48361f1cee7689e2377baf375726243336 100644 (file)
"plPriority" => 22,
"plSection" => array("administration"),
"plCategory" => array("fai"),
+
+ "plProperties" =>
+ array(
+ array(
+ "name" => "faiVariableRDN",
+ "type" => "rdn",
+ "default" => "ou=variables,",
+ "description" => "The 'faiVariableRDN' statement defines the location where new fai-variables will be created. The default is 'ou=variables,'.",
+ "check" => "gosaProperty::isRdn",
+ "migrate" => "",
+ "group" => "plugin",
+ "mandatory" => FALSE)),
+
"plProvidedAcls" => array(
"cn" => _("Name")." ("._("Read only").")",
"description" => _("Description"))