Skip to content
Snippets Groups Projects
Commit 94c0297d authored by Andreas Gohr's avatar Andreas Gohr
Browse files

completed plugin.info.txt files

parent 3094e817
No related branches found
No related tags found
No related merge requests found
<?php
// must be run within Dokuwiki
if(!defined('DOKU_INC')) die();
/**
* Auth Plugin Prototype
*
......@@ -8,11 +11,7 @@
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Chris Smith <chris@jalakai.co.uk>
* @author Jan Schumann <js@jschumann-it.com>
*/
// must be run within Dokuwiki
if(!defined('DOKU_INC')) die();
class DokuWiki_Auth_Plugin extends DokuWiki_Plugin {
var $success = true;
......
base authad
author
email
date
author Andreas Gohr
email andi@splitbrain.org
date 2012-10-06
name active directory auth plugin
desc Provides authentication against a Microsoft Active Directory
url
url http://www.dokuwiki.org/plugin:authad
base authldap
author
email
date
author Andreas Gohr
email andi@splitbrain.org
date 2012-10-06
name ldap auth plugin
desc Provides authentication against am LDAP server
url
url http://www.dokuwiki.org/plugin:authldap
base authmysql
author
email
date
author Andreas Gohr
email andi@splitbrain.org
date 2012-10-06
name mysql auth plugin
desc Provides authentication against a MySQL Server
url
url http://www.dokuwiki.org/plugin:authmysql
base authad
author
email
date
author Andreas Gohr
email andi@splitbrain.org
date 2012-10-06
name active directory auth plugin
desc Provides authentication against a Microsoft Active Directory
url
url http://www.dokuwiki.org/plugin:authad
base authplain
author
email
date
author Andreas Gohr
email andi@splitbrain.org
date 2012-10-06
name auth plugin
desc Provides authentication against local password storage
url
url http://www.dokuwiki.org/plugin:authplain
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment