* @author Romain Quetiez * @author Denis Flaven * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL */ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file 'authent-external/1.0.0', array( // Identification // 'label' => 'External user authentication', 'category' => 'authentication', // Setup // 'dependencies' => array( ), 'mandatory' => false, 'visible' => true, // Components // 'datamodel' => array( 'model.authent-external.php', ), 'dictionary' => array( 'en.dict.authent-external.php', 'fr.dict.authent-external.php', 'de.dict.authent-external.php', 'ru.dict.authent-external.php', 'tr.dict.authent-external.php', ), 'data.struct' => array( //'data.struct.authent-ldap.xml', ), 'data.sample' => array( //'data.sample.authent-ldap.xml', ), // Documentation // 'doc.manual_setup' => '', 'doc.more_information' => '', // Default settings // 'settings' => array(), ) ); ?>