I don't know of any way to do this without writing code. I've written a few SSO like servlet filters, that integrate with single-sign on systems, and create users if they don't already exist in Jetspeed. But I don't think there is a way to automatically do that. I believe Vivek was looking into doing some thing like this in the Jetspeed Roadmap
http://portals.apache.org/jetspeed-2/roadmap.html On Mon, May 23, 2011 at 2:52 PM, Jeff Pierce <[email protected]> wrote: > We have a custom portal based on Jetspeed 2.2.0. > > Is there a way to add a user if it doesn't exist through configuration at > server startup time similar to what can be done in the j2-seed.xml file at > build time? Possibly using a Spring config file? > > I know I can write my own impl using the JS services to do the add. > > Thanks > -- David --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
