Remy Maucherat wrote: >>Hi, >> >>Here is my need : I want to use Slide to manage content for several >>companies and I can not just create SubjectNodes having uri like >>/users/login because I would be exposed to login conflicts between >>companies. >> >>It why I would like to know if there is a way with Slide to 'separate' >>users to avoid these type of conflicts. >> >>I would like to be able to do this without having to change Slide's >>config or restart Tomcat. >> > > To get a real separation, I'd say you should create a separate namespace. > > If you don't want to do that, you can also do something like: > /users/companyA/login > /users/companyB/login > > Remy >
Thanks for the response But how can Slide make the difference between /users/companyA/login and /users/companyB/login when the user authenticate itself as login ? And for the first solution, I can not understand how a node is associeted with a given namespace without a 'namespace' field into 'objects' table for JDBCStore. I should have missed something Regards JP -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
