Cosmetics : remove spaces at the end of lines and correct lines with more than 80 chars
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1643 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -5,15 +5,15 @@
|
||||
|
||||
require_once ("auth.php");
|
||||
/** User authentication against SYMPA server
|
||||
Sympa is a mailling list server. It can handle authentication with
|
||||
Sympa is a mailling list server. It can handle authentication with
|
||||
- a username (a email adress)
|
||||
- a password
|
||||
- a list to check if the user is recorded in
|
||||
- a list to check if the user is recorded in
|
||||
- a Sympa SOAP server WSDL
|
||||
- the part of list which should be test : subscriber, owner, editor
|
||||
It use the SOAP protocol. So the PHP SOAP library is needed and the network
|
||||
must be open between the Web server and the Sympa server.
|
||||
POC :
|
||||
POC :
|
||||
$auth = new authsympa ();
|
||||
$auth->wsdl = "https://lists.domain.tld/sympa/wsdl";
|
||||
$auth->list = "listtest@lists.domain.tld";
|
||||
|
||||
Reference in New Issue
Block a user