Skip to content

Commit

Permalink
Add documentation url
Browse files Browse the repository at this point in the history
  • Loading branch information
btlogy committed Mar 24, 2017
1 parent 88596d8 commit 8275659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/ldapAuth.php
Expand Up @@ -24,6 +24,7 @@ class ldapAuth extends phplistPlugin {
public $enabled = true;
public $authors = 'Benoit Donneaux, bpeabody and other phpList reporters on Mantis';
public $description = 'Provides authentication to phpList using LDAP';
public $documentationUrl = 'https://github.com/digital-me/phplist-plugin-ldap';
public $authProvider = true;

function localValidateLogin($login,$password) {
Expand Down

0 comments on commit 8275659

Please sign in to comment.