> Remy Maucherat wrote: > > 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 ?
My mistake, the login would also be companyA/login (a bit like what is used for the logins to the ISPs in France) ... I don't see how it could be done without that, since the WebdavServlet has no way to know in which company the user works by just looking at his login name (except maybe doing some guesses using getRemoteHost). > 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. Well, with the current JDBC store, it's supposed to be in a separate database. Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
