From: hickert Date: Mon, 10 May 2010 13:06:20 +0000 (+0000) Subject: Added storage RDN properties. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=806012263793593194777e9d14e7f36feb114a27;p=gosa.git Added storage RDN properties. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18243 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/fai/admin/fai/class_faiTemplate.inc b/gosa-plugins/fai/admin/fai/class_faiTemplate.inc index 1a34c6988..4ece4344c 100644 --- a/gosa-plugins/fai/admin/fai/class_faiTemplate.inc +++ b/gosa-plugins/fai/admin/fai/class_faiTemplate.inc @@ -529,8 +529,20 @@ class faiTemplate extends plugin "plPriority" => 24, "plSection" => array("administration"), "plCategory" => array("fai"), + "plProperties" => + array( + array( + "name" => "faiTemplateRDN", + "type" => "rdn", + "default" => "ou=templates,", + "description" => "The 'faiTemplateRDN' statement defines the location where new fai-templates will be created. The default is 'ou=templates,'.", + "check" => "gosaProperty::isRdn", + "migrate" => "", + "group" => "plugin", + "mandatory" => FALSE)), + "plProvidedAcls" => array( - "cn" => _("Name")." ("._("Readonly").")", + "cn" => _("Name")." ("._("Readonly").")", "description" => _("Description")) )); }