1########## installation instruction ################ 2Be sure php is compiled with soap enabled or shared (in this case, install the relevant package). 3 41- untar this package into your dokuwiki_root/lib/plugins directory 52- copy sympa.class.php in inc/auth/ directory 63- in conf/local.php, enable sympaauth : 7 $conf['authtype'] = 'sympa'; 8 $conf['superuser'] = '@mylist@mydomain'; ## mailing list you decided to be superuser group 9 $conf['plugin']['sympaauth']['sympaSoapService'] = <URL of Sympa SOAP wsdl>; 104- disable password reminding : 11 $conf['resendpasswd'] = '0'; 125- change the login.txt (see examples in lang/en or lang/fr relative to this directory) 13 14 15