plugin.config.php (fogproject-1.5.5) | : | plugin.config.php (fogproject-1.5.6) | ||
---|---|---|---|---|
skipping to change at line 28 | skipping to change at line 28 | |||
* @author Tom Elliott <tommygunsster@gmail.com> | * @author Tom Elliott <tommygunsster@gmail.com> | |||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3 | * @license http://opensource.org/licenses/gpl-3.0 GPLv3 | |||
* @link https://fogproject.org | * @link https://fogproject.org | |||
*/ | */ | |||
$fog_plugin = array(); | $fog_plugin = array(); | |||
$fog_plugin['name'] = 'LDAP'; | $fog_plugin['name'] = 'LDAP'; | |||
$fog_plugin['description'] = 'LDAP plugin to use a LDAP validation with FOG' | $fog_plugin['description'] = 'LDAP plugin to use a LDAP validation with FOG' | |||
. '. Ensure you have the php ldap module installed and loaded on your ' | . '. Ensure you have the php ldap module installed and loaded on your ' | |||
. 'server. This can be done typically by using your distros package ' | . 'server. This can be done typically by using your distros package ' | |||
. 'manager software. (e.g. apt-get install php5-ldap, ' | . 'manager software. (e.g. apt-get install php5-ldap, ' | |||
. 'yum install php-ldap)'; | . 'yum install php-ldap). Version: 1.5.5_1'; | |||
$fog_plugin['menuicon'] = 'fa fa-key fa-fw'; | $fog_plugin['menuicon'] = 'fa fa-key fa-fw'; | |||
$fog_plugin['menuicon_hover'] = null; | $fog_plugin['menuicon_hover'] = null; | |||
$fog_plugin['entrypoint'] = 'html/run.php'; | $fog_plugin['entrypoint'] = 'html/run.php'; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |