|
From: Peter F. <pe...@gm...> - 2005-11-29 17:05:49
|
Great! Thank you. On 11/28/05, Leif Mortenson <le...@ta...> wrote: > > Peter, > Thanks for pointing this out. It is a problem that I have already > fixed. It has been in > CVS for a few months and will be in the 3.2.0 release. There are > actually a few ways > to do this in the new version. > > One option for now is to set the password in an environment > variable. Then place > the following in your wrapper.conf file > wrapper.ntservice.password=3D%PASSWORD% > The script that runs the Wrapper to install the service would set this > environment variable > for the current environment but it would not be there later on when the > service is actually > run. > > Another option is to create a temporary file password.conf > containing the password > property. Then include that from the wrapper.conf file: > #include ../conf/password.conf > Once the service has been installed, the file can be deleted. > > Cheers, > Leif > > > Peter Fen wrote: > > Hi , > > > > I'm new to this tool and I have the following security issue. When I > > install the service , I specify Windows account name and password, and > > then this info is available in the service properties in the field > > 'Path to executable' , like > > > > D:\Server\build\service\Wrapper.exe -s > > D:\Server\build\service\conf\wrapper.conf > > "wrapper.ntservice.name=3DReport Server" > > "wrapper.ntservice.displayname=3DReport Server" > > "wrapper.ntservice.description=3DReport Server" > > wrapper.ntservice.account=3Ddom01\ReportAdmin > > wrapper.ntservice.password=3DReportPass > > wrapper.app.parameter.5=3D_run_rserver > > wrapper.app.parameter.11=3D_shutdown_rserver > > > > The issue that command line argument ' > > wrapper.ntservice.password=3DReportPass ' is stored to this field. > > Keeping the account name and password in non-encrypted way in the > > configuration file doesn't work for me as well. > > > > Is there any way to hide the password ? > > > > -- > > > > ---------------------------------------------------- > > Peter Fen pe...@gm... <mailto:pe...@gm...> > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > -- ---------------------------------------------------- Peter Fen pe...@gm... |