Revision: lcg-foundation-interface--devel--0--patch-6 Archive: lorentey@elte.hu--2004 Creator: Karoly Lorentey Date: Wed Aug 3 19:25:06 CEST 2005 Standard-date: 2005-08-03 17:25:06 GMT Modified-files: src/ch/cern/lcg/registration/Attribute.java src/ch/cern/lcg/registration/Experiment.java New-patches: lorentey@elte.hu--2004/lcg-foundation-interface--devel--0--patch-6 Summary: Update code for new column VOMS_PERSONS.PHYSICAL_EMAIL. Disable case-insensitive matches. Keywords: * src/ch/cern/lcg/registration/Attribute.java (PHYSICAL_EMAIL_ADDRESS): New member. * src/ch/cern/lcg/registration/Experiment.java (extractData): Add physical_email to attributes. (matchMembers): Query physical_email and the original email address that was used in the query. Match members on the physical email address as well. Don't try case-insensitive matches, they are not indexed yet.