Security on qmtest
Mark Mitchell
mark at codesourcery.com
Wed Jan 18 02:57:04 UTC 2006
surachai locharoen wrote:
> I would like to deploy qmtest as test infrastructure for my project. I have question below.
> Is qmtest support security? I want user login page to block mal-user to edit test.
> If qmtest not support, Could you suggest me how to change it?
QMTest does not presently provide any authentication. There are several
things that would need to change to support that. First, there would
have to be some kind of locking protocol to prevent multiple users from
running tests at the same time, or to actually support multiple
simultaneous test executions. Second, an authentication module would
have to be added. That's certainly posible, but it would be a fair
amount of work.
--
Mark Mitchell
CodeSourcery
mark at codesourcery.com
(650) 331-3385 x713
More information about the qmtest
mailing list