|
From: Chris W. <la...@us...> - 2001-10-11 13:55:08
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_security In directory usw-pr-cvs1:/tmp/cvs-serv23781 Modified Files: Changes package.conf Log Message: update structure of security table to have a longer scope_id field Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_security/Changes,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** Changes 2001/09/28 18:59:48 1.28 --- Changes 2001/10/11 13:55:05 1.29 *************** *** 1,4 **** --- 1,11 ---- Revision history for OpenInteract package base_security. + 1.51 Thu Oct 11 10:08:02 EDT 2001 + + Updated struct/security.sql to have a longer scope_id field; + most people won't need to worry about this, but people who use + LDAP can have long group/usernames as ID values. Existing users + can remain with their existing structure. + 1.50 Fri Sep 28 15:11:37 EDT 2001 Index: package.conf =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_security/package.conf,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** package.conf 2001/09/28 18:59:48 1.28 --- package.conf 2001/10/11 13:55:05 1.29 *************** *** 1,4 **** name base_security ! version 1.50 author Chris Winters (ch...@cw...) url http://www.openinteract.org/ --- 1,4 ---- name base_security ! version 1.51 author Chris Winters (ch...@cw...) url http://www.openinteract.org/ |