• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..23-Apr-2024-

files/H03-May-2018-17895

lang/H03-May-2018-6944

READMEH A D07-Mar-2008668 1511

admin.phpH A D07-Mar-200811.4 KiB335238

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