Hi Serhiy It's unclear to me whether or not you want Epersons to be automatically created? If not, you can do the following.
One simple thing to do is to POST the username/password as form fields to the PasswordLogin class (I think that's what it's called, from memory). Your form field names would be "login_email" and "login_password". Your form action field would have a value like: http://YOUR_DSPACE/jspui/password-login I'm sure others have more sophisticated methods but this daggy one is simple to implement. This works for 1.5 but I haven't tested it with 1.5.1. Regards Gary Gary Browne Development Programmer Library IT Services University of Sydney ph: 9351-5946 > -----Original Message----- > From: Serhiy Polyakov [mailto:[EMAIL PROTECTED] > Sent: Saturday, 8 November 2008 8:10 AM > To: [email protected] > Subject: [Dspace-tech] Authentication > > Hello, > > I want to have all users coming to my DSpace (v 1.5.1) from a > certain page on another server be automatically authenticated > as members of certain Group in DSpace. I think information > about referring URL can be used for this. I want the rest of > the users to be authenticated as anonymous. > > Could you please give me any hints about how to start with > implementation? > > Thanks, > Serhiy > > -------------------------------------------------------------- > ----------- > This SF.Net email is sponsored by the Moblin Your Move > Developer's challenge Build the coolest Linux based > applications with Moblin SDK & win great prizes Grand prize > is a trip for two to an Open Source event anywhere in the > world http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

