Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 23-Apr-2025 | - | ||||
files/ | H | 03-May-2018 | - | 178 | 95 | |
lang/ | H | 03-May-2018 | - | 69 | 44 | |
README | H A D | 07-Mar-2008 | 668 | 15 | 11 | |
admin.php | H A D | 07-Mar-2008 | 11.4 KiB | 335 | 238 |
README
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