Hello,

Since when are passwords in tomcat-users.xml stored in hashed
form?

Or how can I activate this, as in my tomcat-users.xml they are
stored in clear text form.


Marcus
-----Ursprüngliche Nachricht-----
Von: Nehal Sangoi [mailto:[EMAIL PROTECTED]
Gesendet: Di 11/8/2005 9:33
An: 'Tomcat Users List'
Betreff: RE: ANT build + Read Password
 
Hi Mark,

Your concern is correct. Even i was thinking the same.

-----Original Message-----
From: Mark Thomas [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 08, 2005 12:39 AM
To: Tomcat Users List
Subject: Re: ANT build + Read Password


Nehal Sangoi wrote:
> Hi All,
>
> I want my ANT Build script be reading manager-deployer's password (stored
in
> "tomcat-users.xml") from mentioned file instead of i do supply clear text
> password while deployment. How can i configure this in ANT script?
>
> I am aware of the option of supplying password at the prompt in ANT. But i
> want ant script be reading it automatically from the configuration file
that
> would have encrypted password.

If the password is hashed in the tomcat-users.xml, how is Ant going to
unhash it to present it to Tomcat? Equally, if it is stored anywhere
in encrypted form, how will Ant decrypt it?

Mark




---------------------------------------------------------------------
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]

Reply via email to