OpenID

2010-10-31 Thread Simon Funnell
Hi, Are there any projects specific for Tomcat, like a Realm/Authenticator combination with appropriate licensing, that implements openid features? Regards, Simon - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: running tomcat6 under a different user than root (debian)

2010-10-31 Thread Pid
On 30/10/2010 22:11, Darryl Lewis wrote: > Yeah, well reasoned rebuttal therenot. Oh, I don't know. It was succinct, to the point, and unlike your statement, accurate. You declared, on a public mailing list which is republished on web based forums and is therefore Googlable, that Tomcat wasn

Re: OpenID

2010-10-31 Thread Pid
On 31/10/2010 07:57, Simon Funnell wrote: > Hi, > > Are there any projects specific for Tomcat, like a Realm/Authenticator > combination with appropriate licensing, that implements openid features? None that I'm aware of. You'd need to implement a JAASRealm, but it might be easier to implement i

Re: running tomcat6 under a different user than root (debian)

2010-10-31 Thread Mark Thomas
On 30/10/2010 22:11, Darryl Lewis wrote: > That's why we encrypt passwords in unix, or haven't you looked at etc/passwd > lately? Are you going to tell me that is complete nonsense? Yet again you demonstrate your lack of understanding in this area. Those are hashes since the OS never needs access

Re: running tomcat6 under a different user than root (debian)

2010-10-31 Thread Mark Thomas
On 31/10/2010 04:53, Mladen Turk wrote: > On 10/30/2010 07:28 PM, Mark Thomas wrote: >> On 30/10/2010 12:59, Mladen Turk wrote: >>> On 10/29/2010 03:29 PM, Mark Thomas wrote: I never said passwords should never be protected. I was quite specific that trying to encrypt usernames and p

Re: running tomcat6 under a different user than root (debian)

2010-10-31 Thread Mark Thomas
On 31/10/2010 12:29, Mark Thomas wrote: > On 31/10/2010 04:53, Mladen Turk wrote: >> On 10/30/2010 07:28 PM, Mark Thomas wrote: >>> On 30/10/2010 12:59, Mladen Turk wrote: On 10/29/2010 03:29 PM, Mark Thomas wrote: > > I never said passwords should never be protected. I was quite speci

RE: running tomcat6 under a different user than root (debian)

2010-10-31 Thread George Sexton
> -Original Message- > From: Darryl Lewis [mailto:darryl.le...@unsw.edu.au] > Sent: Saturday, October 30, 2010 3:12 PM > To: Tomcat Users List > Subject: Re: running tomcat6 under a different user than root (debian) > > Yeah, well reasoned rebuttal therenot. > That's why we encrypt p

Re: running tomcat6 under a different user than root (debian)

2010-10-31 Thread Darryl Lewis
http://www.devdoctor.com/blog/2009/07/how-to-encrypt-passwords-in-tomcat.php On 31/10/10 11:44 PM, "Mark Thomas" wrote: On 31/10/2010 12:29, Mark Thomas wrote: > On 31/10/2010 04:53, Mladen Turk wrote: >> On 10/30/2010 07:28 PM, Mark Thomas wrote: >>> On 30/10/2010 12:59, Mladen Turk wrote: >>>

Have a Problem Importing an SSL Certificate

2010-10-31 Thread Marwan Kandeel
Hello guys, I'm spinning into circles importing the certificate into my system. We are using a web based software that resides on tomcat. Here are the instructions I have got from the vendor on how to import the SSL: Download your Certificate files from the email from CA to the directory where

RE: Have a Problem Importing an SSL Certificate

2010-10-31 Thread Caldarale, Charles R
> From: Marwan Kandeel [mailto:marwan.kand...@bupa.com.sa] > Subject: Have a Problem Importing an SSL Certificate > I'm really going out of my mind!!! So I guess it's good that we can't read it to find out what Tomcat version you're using, if you're using APR, what the JVM level is that you're

Re: Have a Problem Importing an SSL Certificate

2010-10-31 Thread Ognjen Blagojevic
Hi Marwan, I'm spinning into circles importing the certificate into my system. We are using a web based software that resides on tomcat. Here are the instructions I have got from the vendor on how to import the SSL: Instructions seems correct. I'm assuming the root certificate is the one

Re: Have a Problem Importing an SSL Certificate

2010-10-31 Thread Marwan Kandeel
Thanks Ognjen for the constructive reply. This system is a production environment. The system is "Servicedesk Plus" by "Manage Engine". It is a web based help desk system and using tomcat as the web server. You do this SSL process by running batches. So you actually do not have access to tomca

Re: Have a Problem Importing an SSL Certificate

2010-10-31 Thread Marwan Kandeel
If I switch the certificates in a sense I import the root as a primary and the primary as root, the system works fine on https but displays the usual certificate warning that the CA is not recognized... --Original Message-- From: Ognjen Blagojevic To: Tomcat Users List ReplyTo: Tomcat Use

RE: Have a Problem Importing an SSL Certificate

2010-10-31 Thread Caldarale, Charles R
> From: Marwan Kandeel [mailto:marwan.kand...@bupa.com.sa] > Subject: Re: Have a Problem Importing an SSL Certificate > You do this SSL process by running batches. So you actually do > not have access to tomcat interface. I think the system is built > on tomcat 5.5. You will still need to find

Re: Have a Problem Importing an SSL Certificate

2010-10-31 Thread Ognjen Blagojevic
On 31.10.2010 23:38, Caldarale, Charles R wrote: From: Marwan Kandeel [mailto:marwan.kand...@bupa.com.sa] Subject: Re: Have a Problem Importing an SSL Certificate You do this SSL process by running batches. So you actually do not have access to tomcat interface. I think the system is built on

Re: running tomcat6 under a different user than root (debian)

2010-10-31 Thread Pid
On 31/10/2010 21:44, Darryl Lewis wrote: > http://www.devdoctor.com/blog/2009/07/how-to-encrypt-passwords-in-tomcat.php That article is a little confused. Using digest in a Realm won't help you obfuscate a password in a DataSource defined in server.xml (or anywhere else). p 0x62590808.asc Des