rogerrut    2004/12/04 14:22:52

  Modified:    src/sql/mysql 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.4       +1 -0      jakarta-jetspeed-2/src/sql/mysql/drop.sql
  
  Index: drop.sql
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/src/sql/mysql/drop.sql,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- drop.sql  4 Dec 2004 01:50:01 -0000       1.3
  +++ drop.sql  4 Dec 2004 22:22:52 -0000       1.4
  @@ -6,6 +6,7 @@
   drop table if exists USER_ATTRIBUTE;
   drop table if exists SECURITY_CREDENTIAL;
   drop table if exists SSO_SITE_TO_PRINCIPALS;
  +drop table if exists SSO_SITE_TO_REMOTE;
   drop table if exists SSO_PRINCIPAL_TO_REMOTE;
   drop table if exists SECURITY_USER_ROLE;
   drop table if exists SECURITY_USER_GROUP;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to