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