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