Hello,

I did not succeed in succcessfully testing "Virtual Drive".

I downloaded and unzipped "vd-0.1.M1.zip".
I started apache (executed apache-tomcat-5.5.17\bin\startup.bat)
and then I opened a web browser to http://localhost:8080/slide

Until here it runs ok.
Then it asks me to authenticate.

I've tried with my several combinations, but it did not succeed.
It always reports:
++++++++++++++++
Jan 23, 2008 9:52:48 AM org.apache.catalina.realm.JAASRealm authenticate
WARNING: Login exception authenticating username "administrator"
javax.security.auth.login.LoginException: No domain found.
        at org.vd.security.jaas.WebLoginModule.authenticate(WebLoginModule.java:
67)
        at org.apache.slide.jaas.spi.SlideLoginModule.login(SlideLoginModule.jav
++++++++++++++++

Then, I tried to change the authentication mechanism.
I changed apache-tomcat-5.5.17\conf\jaas.config from:

slide_login { org.vd.security.jaas.WebLoginModule required debug=true namespace=slide; };

to

slide_login { com.sun.security.auth.module.NTLoginModule required debug=true };

When I open a web browser to http://localhost:8080/slide
The logs says:
++++++++++++++++++++
                [NTLoginModule] succeeded importing info:
                        user name = Administrator
                        user SID = S-1-5-21-1229272821-1606980848-1060284298-500

                        user domain = DAVID92F8
                        user domain SID = S-1-5-21-1229272821-1606980848-1060284298
                        user primary group = S-1-5-21-1229272821-1606980848-1060284298-513
                        user group = S-1-1-0
                        user group = S-1-5-32-544
                        user group = S-1-5-32-545
                        user group = S-1-5-4
                        user group = S-1-5-11
                        user group = S-1-5-5-0-33592
                        user group = S-1-2-0
                        impersonation token = 2068
+++++++++++++++++++

However, the web browser reports:

+++++++++++++++++++
HTTP Status 403 - Access to the requested resource has been denied

type Status report
message Access to the requested resource has been denied
description Access to the specified resource (Access to the requested resource has been denied) has been forbidden.
+++++++++++++++++++

------------------------------------
How do I need to authenticate?

Many thanks,
DAvid