ldif= new ldiftab($config, $config->data['TABS']['LDIFTAB'], ""); } function execute() { /* Call parent execute */ plugin::execute(); /* Show main page */ return ($this->ldif->execute()); } /* Return plugin informations for acl handling #FIXME You can only read attributes within this report plugin */ static function plInfo() { return (array( "plShortName" => _("LDAP manager"), "plDescription" => _("LDAP manager")." ("._("import")."/"._("export").")", "plSelfModify" => FALSE, "plDepends" => array(), "plPriority" => 1, "plSection" => array("addon"), "plCategory" => array("ldapmanager" => array("description" => _("LDAP manager"))), "plProvidedAcls" => array() )); } } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?>