Skip to content

Commit

Permalink
Credit the original authors
Browse files Browse the repository at this point in the history
  • Loading branch information
btlogy committed Mar 24, 2017
1 parent 67834e6 commit 3213b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/ldapAuth.php
Expand Up @@ -7,7 +7,7 @@
*
* @category phplist
* @package ldapAuth
* @author Benoit Donneaux
* @author Benoit Donneaux - initial code from bpeabody
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, Version 3
*/

Expand All @@ -22,7 +22,7 @@ class ldapAuth extends phplistPlugin {
public $name = 'LDAP Authentication Plugin';
public $version = '0.1';
public $enabled = true;
public $authors = 'Benoit Donneaux';
public $authors = 'Benoit Donneaux, bpeabody and other phpList reporters on Mantis';
public $description = 'Provides authentication to phpList using LDAP';
public $authProvider = true;

Expand Down

0 comments on commit 3213b35

Please sign in to comment.