Code

Added acls for printer glpi
[gosa.git] / plugins / admin / systems / class_goLdapServer.inc
index 3f5ec4b38bb03136c26635500fcf18127e83d86c..fa7896b541b94e4871ae9a2bc2a4a4893985ae76 100644 (file)
@@ -201,6 +201,24 @@ class goLdapServer extends plugin{
       $this->$flag = $attrs[$flag][0];
     }
   }
+
+
+  /* Return plugin informations for acl handling */
+  function plInfo()
+  {
+    return (array(
+          "plShortName"   => _("Ldap"),
+          "plDescription" => _("Ldap service"),
+          "plSelfModify"  => FALSE,
+          "plDepends"     => array(),
+          "plPriority"    => 0,
+          "plSection"     => array("administration"),
+          "plCategory"    => array("server"),
+
+          "plProvidedAcls"=> array(
+            "goLdapBase" => _("Ldap base"))
+          ));
+  }
 }
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
 ?>