[geeklog-cvs] Auth_Enterprise/Server README.txt,1.3,1.4

tony at iowaoutdoors.org tony at iowaoutdoors.org
Thu Jun 24 17:53:09 EDT 2004


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

Modified Files:
	README.txt 
Log Message:
Added some LDAP specific instructions as well as updated the document on a whole

Index: README.txt
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Server/README.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** README.txt	21 Jun 2004 16:26:54 -0000	1.3
--- README.txt	24 Jun 2004 21:53:06 -0000	1.4
***************
*** 5,8 ****
--- 5,11 ----
  --------
  - About Auth_Enterprise
+ - System Requirements
+   - Client Requirements
+   - Server Requirements
  - Installing Auth_Enterprise
  - Common Installation Problems
***************
*** 35,38 ****
--- 38,77 ----
  features and worry about adding authorization later.  
  
+ System Requirements
+ --------------------
+ 
+ Client Requirements
+ --------------------
+ - PHP5 Client
+   - Stable version of PHP5
+   - PEAR's base packages (installed by default).  The specific packages needed are:
+       - PEAR::DB, PEAR's database abstration layer
+       - PEAR::XML_RPC, only needed if you want to talk to the remote server over XML RPC
+   - If using SSL you must have --with-ssl and --with-curl compiled into your PHP installation
+   
+ - PHP4 Client
+   - Stable version of PHP4
+   - PEAR's base packages (installed by default).  The specific packages needed are:
+       - PEAR::DB, PEAR's database abstration layer
+       - PEAR::XML_RPC, only needed if you want to talk to the remote server over XML RPC
+   - If using SSL you must have --with-ssl and --with-curl compiled into your PHP installation
+   
+ - Java Client
+   - TBD
+   
+ - C# client
+   - TBD
+   
+ Server Requirements
+ --------------------
+ - PHP5
+ - Servers using Auth_Enterprise's LDAP providers must compile PHP with the --with-ldap option
+ - The following PEAR modules (see http://pear.php.net):
+     - PEAR::DB, always required
+     - PEAR::XML_RPC if you plan on using the XML RPC support.
+ - NOTE: the use of SSL is strongly recommended if you have an application that will be accessing
+   the Auth_Enterprise remotely.  You will need to implement SSL on the chosen protocols (i.e.
+   XMLRPC, SOAP, etc).
+ 
  Auth_Enterprise Installation
  -----------------------------




More information about the geeklog-cvs mailing list