Slide authentification

2005-05-26 Thread Bertrand Tignon

 Hi !
>From the Slide FAQ :
"You thus have to either double them in tomcat-users.xml for the default Tomcat 
realm (at least for 4.1.x it is the default) or let Tomcat use the Slide realm. 
In the bundled version the Slide realm is used. "

How can I "let Tomcat use the Slide realm" ?
I use the bundle with Tomcat 5.0.28 and Slide 2.1

Thank you.

Bertrand.

This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


Re: Slide authentification

2005-05-26 Thread Jacob Lund
I would suggest that you use the jaas module - not the slide realm. The jaas 
module will also let you use the slide users for tomcat authentication:


http://jakarta.apache.org/slide/howto-jaas.html

/jacob

- Original Message - 
From: "Bertrand Tignon" <[EMAIL PROTECTED]>

To: "Slide Users Mailing List" 
Sent: Thursday, May 26, 2005 10:30 AM
Subject: Slide authentification



Hi !

From the Slide FAQ :
"You thus have to either double them in tomcat-users.xml for the default 
Tomcat realm (at least for 4.1.x it is the default) or let Tomcat use the 
Slide realm. In the bundled version the Slide realm is used. "


How can I "let Tomcat use the Slide realm" ?
I use the bundle with Tomcat 5.0.28 and Slide 2.1

Thank you.

Bertrand.

This message contains information that may be privileged or confidential and 
is the property of the Capgemini Group. It is intended only for the person 
to whom it is addressed. If you are not the intended recipient,  you are not 
authorized to read, print, retain, copy, disseminate,  distribute, or use 
this message or any part thereof. If you receive this  message in error, 
please notify the sender immediately and delete all  copies of this message.



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



Re: Slide authentification

2005-06-04 Thread galihhari
Hi,

I use bundle Tomcat 5.0.28 and slide 2.1

I can login to slide server with username = "root" and password = "root",

But, why do i can't login to both Tomcat's Administration and Tomcat's
Manager with username = "root" and password = "root" ?


Thanks



--
Best Regards,
gaLihhari



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



Re: Slide authentification

2005-06-06 Thread Martin Kalén

galihhari wrote:

I use bundle Tomcat 5.0.28 and slide 2.1

I can login to slide server with username = "root" and password = "root",

But, why do i can't login to both Tomcat's Administration and Tomcat's
Manager with username = "root" and password = "root" ?


Access to the Tomcat Manager and Administration servlet is disabled by
default in a Tomcat binary distribution (for security reasons).

To enable access, you have to configure a user for the Tomcat realm
you use that has the following roles:

app required login role
--- ---
admin   admin
manager manager

Neither have anything to do with Slide authentication or authorization.

By default, Tomcat uses a realm that reads usernames, passwords and
roles from CATALINA_HOME/conf/tomcat-users.xml.

Also see Tomcat manager documentation [1].

Regards,
 Martin

[1] http://jakarta.apache.org/tomcat/tomcat-5.0-doc/manager-howto.html


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