Microsoft Web Folders and authentication

2004-05-03 Thread Olivier CAUSSE
Hello,

Am I the only one to have problems with Web Folders (Windows XP) and
authentication ?

I am using Tomcat 5.0.19 and Slide 2.0 rc1.
Tomcat is configured to be able to use SlideRealm.
In my Domain.xml file, I set different rights for different users.

Then I wanted to check this using a Web Folder on my Windows XP.
(BTW. I wonder if the doc http://localhost:8080/slide-doc/xp.html written
for slide 1.0.16 is still operative for slide 2.0 rc1).

I couldn't login until I set the same users in tomcat-users.xml and
Domain.xml.
Then I have been asked two times for authentification, first one in order to
open a web folder, then to read a file.

The ACL were correctly handled for the different users and operated
accordingly with my settings in Domain.xml

Of course, to be forced to authenticate two times is not desirable, and any
hints to solve this problem are welcome.

Regards,
Olivier

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Microsoft Web Folders and authentication

2004-05-03 Thread Phillip Qin
I think this is issue has been mentioned in XP doc on the slide website. No
solution but store your user/role in tomcat-users.xml.

-Original Message-
From: Olivier CAUSSE [mailto:[EMAIL PROTECTED] 
Sent: May 3, 2004 8:39 AM
To: 'Slide Users Mailing List'
Subject: Microsoft Web Folders and authentication

Hello,

Am I the only one to have problems with Web Folders (Windows XP) and
authentication ?

I am using Tomcat 5.0.19 and Slide 2.0 rc1.
Tomcat is configured to be able to use SlideRealm.
In my Domain.xml file, I set different rights for different users.

Then I wanted to check this using a Web Folder on my Windows XP.
(BTW. I wonder if the doc http://localhost:8080/slide-doc/xp.html written
for slide 1.0.16 is still operative for slide 2.0 rc1).

I couldn't login until I set the same users in tomcat-users.xml and
Domain.xml.
Then I have been asked two times for authentification, first one in order to
open a web folder, then to read a file.

The ACL were correctly handled for the different users and operated
accordingly with my settings in Domain.xml

Of course, to be forced to authenticate two times is not desirable, and any
hints to solve this problem are welcome.

Regards,
Olivier

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Microsoft Web Folders and authentication

2004-05-04 Thread Jacob Lund
It sounds like your sliderealm is configured incorrectly in your server.xml!

Did you set the sliderealm for the slide webapp only or for the entire
server - maybe you could post your server.xml so we can see it!

/jacob

- Original Message - 
From: "Olivier CAUSSE" <[EMAIL PROTECTED]>
To: "'Slide Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Monday, May 03, 2004 2:39 PM
Subject: Microsoft Web Folders and authentication


> Hello,
>
> Am I the only one to have problems with Web Folders (Windows XP) and
> authentication ?
>
> I am using Tomcat 5.0.19 and Slide 2.0 rc1.
> Tomcat is configured to be able to use SlideRealm.
> In my Domain.xml file, I set different rights for different users.
>
> Then I wanted to check this using a Web Folder on my Windows XP.
> (BTW. I wonder if the doc http://localhost:8080/slide-doc/xp.html written
> for slide 1.0.16 is still operative for slide 2.0 rc1).
>
> I couldn't login until I set the same users in tomcat-users.xml and
> Domain.xml.
> Then I have been asked two times for authentification, first one in order
to
> open a web folder, then to read a file.
>
> The ACL were correctly handled for the different users and operated
> accordingly with my settings in Domain.xml
>
> Of course, to be forced to authenticate two times is not desirable, and
any
> hints to solve this problem are welcome.
>
> Regards,
> Olivier
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Microsoft Web Folders and authentication

2004-05-05 Thread Olivier CAUSSE
Thanks for help.

Here is my server.xml file attached to this mail.

Olivier

-Message d'origine-
De : Jacob Lund [mailto:[EMAIL PROTECTED]
Envoyé : mardi 4 mai 2004 19:25
À : Slide Users Mailing List
Objet : Re: Microsoft Web Folders and authentication


It sounds like your sliderealm is configured incorrectly in your server.xml!

Did you set the sliderealm for the slide webapp only or for the entire
server - maybe you could post your server.xml so we can see it!

/jacob

- Original Message - 
From: "Olivier CAUSSE" <[EMAIL PROTECTED]>
To: "'Slide Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Monday, May 03, 2004 2:39 PM
Subject: Microsoft Web Folders and authentication


> Hello,
>
> Am I the only one to have problems with Web Folders (Windows XP) and
> authentication ?
>
> I am using Tomcat 5.0.19 and Slide 2.0 rc1.
> Tomcat is configured to be able to use SlideRealm.
> In my Domain.xml file, I set different rights for different users.
>
> Then I wanted to check this using a Web Folder on my Windows XP.
> (BTW. I wonder if the doc http://localhost:8080/slide-doc/xp.html written
> for slide 1.0.16 is still operative for slide 2.0 rc1).
>
> I couldn't login until I set the same users in tomcat-users.xml and
> Domain.xml.
> Then I have been asked two times for authentification, first one in order
to
> open a web folder, then to read a file.
>
> The ACL were correctly handled for the different users and operated
> accordingly with my settings in Domain.xml
>
> Of course, to be forced to authenticate two times is not desirable, and
any
> hints to solve this problem are welcome.
>
> Regards,
> Olivier
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Microsoft Web Folders and authentication

2004-05-05 Thread Jacob Lund
Hi Olivier!

I don't see the attachment - the slide list is a bit funny when it comes to
attachments. It might be the xml file extension - could you try to rename
the extension of the file and send it to the list again.

/jacob

- Original Message - 
From: "Olivier CAUSSE" <[EMAIL PROTECTED]>
To: "'Slide Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Wednesday, May 05, 2004 1:36 PM
Subject: RE: Microsoft Web Folders and authentication


Thanks for help.

Here is my server.xml file attached to this mail.

Olivier

-Message d'origine-
De : Jacob Lund [mailto:[EMAIL PROTECTED]
Envoyé : mardi 4 mai 2004 19:25
À : Slide Users Mailing List
Objet : Re: Microsoft Web Folders and authentication


It sounds like your sliderealm is configured incorrectly in your server.xml!

Did you set the sliderealm for the slide webapp only or for the entire
server - maybe you could post your server.xml so we can see it!

/jacob

- Original Message - 
From: "Olivier CAUSSE" <[EMAIL PROTECTED]>
To: "'Slide Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Monday, May 03, 2004 2:39 PM
Subject: Microsoft Web Folders and authentication


> Hello,
>
> Am I the only one to have problems with Web Folders (Windows XP) and
> authentication ?
>
> I am using Tomcat 5.0.19 and Slide 2.0 rc1.
> Tomcat is configured to be able to use SlideRealm.
> In my Domain.xml file, I set different rights for different users.
>
> Then I wanted to check this using a Web Folder on my Windows XP.
> (BTW. I wonder if the doc http://localhost:8080/slide-doc/xp.html written
> for slide 1.0.16 is still operative for slide 2.0 rc1).
>
> I couldn't login until I set the same users in tomcat-users.xml and
> Domain.xml.
> Then I have been asked two times for authentification, first one in order
to
> open a web folder, then to read a file.
>
> The ACL were correctly handled for the different users and operated
> accordingly with my settings in Domain.xml
>
> Of course, to be forced to authenticate two times is not desirable, and
any
> hints to solve this problem are welcome.
>
> Regards,
> Olivier
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]









> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Microsoft Web Folders and authentication

2004-05-05 Thread Olivier CAUSSE
Here is my server.xml again.
Thanx
Olivier
--









  
  
  
  

  
  








  
factory
org.apache.catalina.users.MemoryUserDatabaseFactory
  
  
pathname
conf/tomcat-users.xml
  


  

  

  
  





















 
 



  
  

  
  

  

  
  
  

  
  

  

  

  

  

  
  

 














 


  



  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Microsoft Web Folders and authentication

2004-05-05 Thread Jacob Lund
Do you need the default realm? Otherwise try to comment out the
UserDatabaseRealm.

I am using XP as client, but my server is a purely slide configured. When
you say XP as a client, the I assume you mean the explorer/webfolder
functionality. Do you connect to the root of the server or directly to
/slide?

/jacob

- Original Message - 
From: "Olivier CAUSSE" <[EMAIL PROTECTED]>
To: "'Slide Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Wednesday, May 05, 2004 4:07 PM
Subject: RE: Microsoft Web Folders and authentication


> Here is my server.xml again.
> Thanx
> Olivier
> --
>
> 
> 
>
> 
>
> 
>
>
>   
>   
>debug="0"/>
>className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"
> debug="0"/>
>
>   
>   
>
> 
> 
>
> 
>type="org.apache.catalina.UserDatabase"
>description="User database that can be updated and saved">
> 
> 
>   
> factory
> org.apache.catalina.users.MemoryUserDatabaseFactory
>   
>   
> pathname
> conf/tomcat-users.xml
>   
> 
>
>   
>
>   
>
>   
>   
>
> 
>
> 
> maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
>enableLookups="false" redirectPort="8443" acceptCount="100"
>debug="0" connectionTimeout="2"
>disableUploadTimeout="true" />
> 
>
> 
>
> 
> 
>
> 
> enableLookups="false" redirectPort="8443" debug="0"
>protocol="AJP/1.3" />
>
> 
> 
> 
>
> 
>
> 
>
> 
> 
>
>   
>   
>
>   
>  prefix="catalina_log." suffix=".txt"
>   timestamp="true"/>
>
>   
>
>   
> debug="0" resourceName="UserDatabase"/>
>   
>
>   
>   
>
>   
>
>   
>
>   
>
>   
>
>   
>   unpackWARs="true" autoDeploy="true"
>xmlValidation="false" xmlNamespaceAware="false">
>
> 
> 
>
> 
>
>
>
> 
> 
>
> 
> 
>
> 
>   directory="logs"  prefix="localhost_log." suffix=".txt"
> timestamp="true"/>
>   docBase="../slide"
>debug="9"
>privileged="true"
>useNaming="true"/>
>
>
>   
>
> 
>
>   
>
> 
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Microsoft Web Folders and authentication

2004-05-05 Thread Olivier CAUSSE
Yes, I mean mean the explorer/webfolder functionality. 
I connect directly to /slide/files.
I will test your suggestion about UserDatabaseRealm.
Thanks,
Olivier

-Message d'origine-
De : Jacob Lund [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 5 mai 2004 16:38
À : Slide Users Mailing List
Objet : Re: Microsoft Web Folders and authentication


Do you need the default realm? Otherwise try to comment out the
UserDatabaseRealm.

I am using XP as client, but my server is a purely slide configured. When
you say XP as a client, the I assume you mean the explorer/webfolder
functionality. Do you connect to the root of the server or directly to
/slide?

/jacob


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Network places / Microsoft Web Folders and authentication

2004-04-30 Thread Olivier CAUSSE
Hi,

I am using Tomcat 5.0.19 and Slide 2.0 rc1.
Tomcat is configured to be able to use SlideRealm.
In my Domain.xml file, I set different rights for different users.

Then I wanted to check this using a Web Folder on my Windows XP.
(BTW. I wonder if the doc http://localhost:8080/slide-doc/xp.html written
for slide 1.0.16 is still operative for slide 2.0 rc1).

I couldn't login until I set the same users in tomcat-users.xml and
Domain.xml.
Then I have been asked two times for authentification, first one in order to
open a web folder, then to read a file.

The ACL were correctly handled for the different users and operated
accordingly with my settings in Domain.xml

Of course, to be forced to authenticate two times is not desirable, and any
hints to solve this problem are welcome.

Olivier

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]