Author: dumindu
Date: Tue Dec  4 22:39:20 2007
New Revision: 10512

Log:

Removing TVS references.



Modified:
   trunk/solutions/identity/modules/mod-cspace/ChangeLog
   trunk/solutions/identity/modules/mod-cspace/INSTALL
   trunk/solutions/identity/modules/mod-cspace/MOD_CSPACE_GUIDE

Modified: trunk/solutions/identity/modules/mod-cspace/ChangeLog
==============================================================================
--- trunk/solutions/identity/modules/mod-cspace/ChangeLog       (original)
+++ trunk/solutions/identity/modules/mod-cspace/ChangeLog       Tue Dec  4 
22:39:20 2007
@@ -1,3 +1,10 @@
+Changes with 1.0
+====
+* Removed the TVS in favour of an internal implementation using libxml2 and
+xmlsec libraries.
+* Variable token name. (can use anything instead of "xmlToken")
+* Simplified Linux Build.
+
 Changes with Beta
 ====
 

Modified: trunk/solutions/identity/modules/mod-cspace/INSTALL
==============================================================================
--- trunk/solutions/identity/modules/mod-cspace/INSTALL (original)
+++ trunk/solutions/identity/modules/mod-cspace/INSTALL Tue Dec  4 22:39:20 2007
@@ -4,29 +4,23 @@
   ===========
 
   o Apache2 Web Server (2.0.x or better)
-  o WSO2 WSF/C (1.0 or better)
-    - This can be replaced by Apache Axis2/C + Apache Rampart/C
+  o libxml2 ( >= 2.6.0)
+  o xmlsec ( >= 1.0.0)
 
   Unix
   ====
   
-  $ ./configure --with-apache2=APACHE2_HOME --with-wsfc=WSFC_HOME
+  $ ./configure --with-apxs2[=PATH_TO_APXS2]
   $ make
   $ cp .libs/libmod_cspace.so APACHE_MODULES_DIR/
     
-  NOTES: * Replace APACHE2_HOME and WSFC_HOME respcetively with the Apache2
-           install directory and WSO2 WSF/C install directory. In either case,
-           lib/ and include/ directories must be direct childrens of the
-           directories that you have specified.
+  NOTES: * Replace PATH_TO_APXS2 with the path to the apxs2 file in your Apche2
+           installatoin.
 
          * Replace APACHE_MODULES_DIR with the directory where you want your
            module to reside. Usually this is with the other modules in
            /usr/lib/apache2/modules/
 
-         * It is possible for you to use Apache Axis2/C and Apache Rampart/C
-           instead of using WSO2 WSF/C. Provide the Axis2/C repo path to the 
-           --with-wsfc parameter in that case.
-  
   Configuration
   =============
   
@@ -37,9 +31,8 @@
   LoadModule cspace_module modules/mod_cspace.so
   <Location /identity/>
       UseCardSpaceAuth
-      CardSpaceTVS url_to_token_verifier_service
   </Location>
 
   For a complete list of configuration options please refer to the 
   MOD_CSPACE_GUIDE or
-  
http://wso2.org/project/solutions/identity/1.0-beta/docs/mod-cspace-config.html
+  http://wso2.org/project/solutions/identity/1.0/docs/mod-cspace-config.html

Modified: trunk/solutions/identity/modules/mod-cspace/MOD_CSPACE_GUIDE
==============================================================================
--- trunk/solutions/identity/modules/mod-cspace/MOD_CSPACE_GUIDE        
(original)
+++ trunk/solutions/identity/modules/mod-cspace/MOD_CSPACE_GUIDE        Tue Dec 
 4 22:39:20 2007
@@ -7,11 +7,8 @@
   UseCardSpaceAuth - Use this directive to enable cardspace for the directory
                      it is used in.
                      * This directive takes no arguments.
-
-  CardSpaceTVS - URL of the token verificaton service.
-                 * This service is installed with WSO2 Identity Solution,
-                   and can be found by default at 
-                   http://localhost:12080/wsas/services/RelyingPartyService
+                     * This is the only required directive for enabling 
+                       CardSpace authenticaton.
 
   SSLCertificateKeyFile - Path to the key file used to provide HTTPS.
                           * Only applicable when Apache version is greater

_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev

Reply via email to