[geeklog-cvs] Auth_Enterprise/Server README.txt,1.5,1.6

tony at iowaoutdoors.org tony at iowaoutdoors.org
Sat Jul 3 14:04:59 EDT 2004


Update of /var/cvs/Auth_Enterprise/Server
In directory www:/tmp/cvs-serv32035

Modified Files:
	README.txt 
Log Message:
Added how to install XMLRPC support on the Auth_Enterprise server

Index: README.txt
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Server/README.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** README.txt	1 Jul 2004 18:55:56 -0000	1.5
--- README.txt	3 Jul 2004 18:04:55 -0000	1.6
***************
*** 100,103 ****
--- 100,111 ----
   - Once you create your database you will need to modify AEServerConfig.php to use your database
     settings.
+  - When running a server you will need to determine which communication protocols you want to
+    support.  The only method enabled out-of-the box is localhost communication which allows only
+    the PHP5 client to talk directly to the server.  To enable XMLRPC support you must create a
+    PHP script in your web tree with only following code in it:
+    
+         <?php require_once 'Auth_Enterprise/Server/AEXMLRPCHandler.class.php'; ?>
+         
+    
   - In most instances you will want to use SSL to communicate with an Auth_Enterprise server.  In
     the case you are using either the PHP4 or PHP5 clients you must have curl and the curl




More information about the geeklog-cvs mailing list