Just to add to this.... <@ASSIGN domain$dsnusername "<@LITERAL VALUE='<@INCLUDE FILE="">'>">
would mean the value of @@domain$dsnusername would be <@INCLUDE FILE=""> Thus when you go to use it remember to call it as <@var domain$dsnusername encoding="metahtml"> so that <@INCLUDE FILE=""> is evaluated and the password is read in from the file. Fergal ----- Original Message ----- From: "Customer Support" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 19, 2003 10:37 AM Subject: Re: Witango-Talk: OSX, database password, indirect reference > This can be done very simply. Use a dynamic usernames and passwords > (witango variables) on the deployment data source and embed an @INCLUDE > statement in the variables value. This will cause the password to be > read in from a file. > > e.g. > > <@ASSIGN domain$dsnusername "<@LITERAL VALUE='<@INCLUDE FILE="">'>"> > > > Witango Support > > On 19/12/2003, at 3:07 AM, Peter Link wrote: > > > Question 2 of 2 > > > > OSX 10.2.8, Witango 5.0.1.065 server, JDBC from Oracle, Witango 5.5 > > beta and Witango 5.0.9 > > > > Since we were successful accessing our institutional Oracle > > databases, we now have to follow their rules when deploying > > Oracle-accessing web pages. Witango stores the DB-access password > > inside the taf file in an encrypted form. Our IS department requires a > > deployment password that's known by a very short list of people. We > > would like to use a general password during development but have the > > taf include a reference to a password file for deployment (file would > > be located in a protected part of the Witango server file system, not > > someplace normally accessible by the web server). I know the taf file > > is an xml file and we might be able to hand edit the file but it would > > be nice if this capability were a feature of Witango. Thanks. > > > > > > -- > > Peter Link > > System Manager, ISSO > > Innovative Business and Information Services > > Lawrence Livermore National Laboratory > > P.O. Box 808, L-664 > > Livermore, CA 94550 > > [EMAIL PROTECTED] > > (925) 423-1230 > > _______________________________________________________________________ > > _ > > TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > > ________________________________________________________________________ > TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
