Yes I am running on NT. Any examples of how to setup 'secured' datasources and connecting via JDBC. Currently my databases are setup on cocoon.xconf as below :- > <datasources> > <jdbc name="my_db"> > <pool-controller min="5" max="10" oradb="true"/> > <dburl>jdbc:oracle:thin:@my_server:my_port:my_SID</dburl> > <user>username</user> > <password>my_encrypted_password</password> > </jdbc> > </datasources>
"Morrison, John" <[EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" perian.com> <[EMAIL PROTECTED]> cc: 14/02/2003 10:32 Subject: RE: Can cocoon handle password encryption in cocoon.xconf Please respond to ? cocoon-users Oh how well I know the stupidity of corporations. Question: do you need to store the connection information there at all? If you are running on NT (I presume you can do this on *nix, but I'm no expert), you could setup a datasource (which can be secured and contains the password etc to connect) then use JDBC to connect to the datasource. J. > From: Kirula Leelasena [mailto:[EMAIL PROTECTED]] > John, > Point taken, but corporations such as ours do not allow > password storage in clear text. > Auditors will be happier to see the 'key' stored in clear text... > I knew it will be along shot, but thanks for the reply anyway! > Kirula ======================================================================= Information in this email and any attachments are confidential, and may not be copied or used by anyone other than the addressee, nor disclosed to any third party without our permission. There is no intention to create any legally binding contract or other commitment through the use of this email. Experian Limited (registration number 653331). Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]> -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>