I am working on some documentation on how to replace the default security system with your own... In my case, all I wanted to know was did you exist as a user in our Employee table. No permissions, no ACL's, nothing! So for me, I basically replaced Turbine built in system with my own... Since my "TurbineUser" works very different from the default TurbineUser, it has owrked out for me well..
If you want all the built in ACL functionality, then you can just change who your TurbineUser and TurbineUserPeer is and make it save to XML and restore from XML... You specify your TurbineUser and TurbineUserPeer calss in TurbineREsources.properties. This is a lot less then what I went through. Eric -----Original Message----- From: Jason van Zyl [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 10:51 AM To: Turbine Users List Subject: Re: <no subject> On 12/12/01 9:28 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi! > > Is it possible to use the User management that turbine provides without having > a database as its backend? The data that I want to present with the > Turbine/Velocity framework are stored in XML files, and I don't want to force > possible users to install a database just for storing user information. You have to implement your own user management system, there is no xml store yet. > Thanks, > > Hauke > ________________________________________________________________ > Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! > Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13 > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl http://tambora.zenplex.org http://jakarta.apache.org/turbine http://jakarta.apache.org/velocity http://jakarta.apache.org/alexandria http://jakarta.apache.org/commons -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
