Author: skhudiky
Date: Mon Apr 30 20:31:23 2012
New Revision: 1332373

URL: http://svn.apache.org/viewvc?rev=1332373&view=rev
Log:
OODT-447 changed reference to CAS-SSO directory

Modified:
    oodt/trunk/CHANGES.txt
    oodt/trunk/balance/modules/profile/README.txt

Modified: oodt/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1332373&r1=1332372&r2=1332373&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Mon Apr 30 20:31:23 2012
@@ -4,6 +4,8 @@ Apache OODT Change Log
 Release 0.4: Current Development
 --------------------------------------------
 
+* OODT-447 changed reference to CAS-SSO directory in the profile management 
module README.txt (skhudiky)
+
 * OODT-450 Crawler being able to delete a non-empty product directory
   upon successful product ingestion (luca)
 

Modified: oodt/trunk/balance/modules/profile/README.txt
URL: 
http://svn.apache.org/viewvc/oodt/trunk/balance/modules/profile/README.txt?rev=1332373&r1=1332372&r2=1332373&view=diff
==============================================================================
--- oodt/trunk/balance/modules/profile/README.txt (original)
+++ oodt/trunk/balance/modules/profile/README.txt Mon Apr 30 20:31:23 2012
@@ -37,7 +37,7 @@ Dependencies
 ------------
 
  CAS-Single Sign On ( For LDAP users )
-: If LDAP is used for authentication and/or authorization, the 
[CAS-SSO](http://oodt.jpl.nasa.gov/repo/framework/cas-sso/trunk/src/php/pear/) 
+: If LDAP is used for authentication and/or authorization, the 
[CAS-SSO](https://svn.apache.org/repos/asf/oodt/tags/0.3/sso/src/main/php/pear/)
 
   library must be available on the host environment to allow the module to 
communicate 
    with LDAP through this library.  
 
@@ -58,7 +58,7 @@ Developer Guide
 In general, the Profile Manager needs to be available on each application 
view. To avoid 
 having to load the module at the top of each view, it is possible to include 
the module once,
 in the Balance index.php at the root of your application. Simply add the 
following 
-lines to the 'index.php' file where it says 'Initialize any global modules':
+lines to the 'index.php' file where it says 'Initialize any globally required 
modules here':
 
 // Profile Manager initialization
 $module = App::Get()->loadModule('NAME_OF_PROFILE_DIRECTORY');


Reply via email to