You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ro...@apache.org on 2004/12/04 23:23:45 UTC

cvs commit: jakarta-jetspeed-2/src/sql/oracle drop.sql

rogerrut    2004/12/04 14:23:45

  Modified:    src/sql/oracle drop.sql
  Log:
  Fix for SSO
  Entries where not unique to a user/site which required an new association table (SSO_SITE_TO_REMOTE)
  Re factored the code for the API to include the mapping table
  Updated Unit test
  
  Revision  Changes    Path
  1.3       +1 -0      jakarta-jetspeed-2/src/sql/oracle/drop.sql
  
  Index: drop.sql
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/src/sql/oracle/drop.sql,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- drop.sql	3 Dec 2004 23:12:12 -0000	1.2
  +++ drop.sql	4 Dec 2004 22:23:45 -0000	1.3
  @@ -67,6 +67,7 @@
   DROP TABLE SECURITY_CREDENTIAL;
   drop table   SSO_SITE_TO_PRINCIPALS;
   drop table   SSO_PRINCIPAL_TO_REMOTE;
  +drop table   SSO_SITE_TO_REMOTE;
   DROP TABLE SECURITY_USER_ROLE;
   DROP TABLE SECURITY_USER_GROUP;
   DROP TABLE SECURITY_GROUP_ROLE;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org