########## installation instruction ################ Be sure php is compiled with soap enabled or shared (in this case, install the relevant package). 1- untar this package into your dokuwiki_root/lib/plugins directory 2- copy sympa.class.php in inc/auth/ directory 3- in conf/local.php, enable sympaauth : $conf['authtype'] = 'sympa'; $conf['superuser'] = '@mylist@mydomain'; ## mailing list you decided to be superuser group $conf['plugin']['sympaauth']['sympaSoapService'] = ; 4- disable password reminding : $conf['resendpasswd'] = '0'; 5- change the login.txt (see examples in lang/en or lang/fr relative to this directory)