|
From: Luis G. <lui...@sk...> - 2004-04-21 14:57:30
|
Another option is to have your config file use a include statement for a password.conf file. This file would just have a one line of "wrapper.ntservice.password=3D". You can then remove the password.conf file once you've installed the service. This way your configuration files remain intact and issue of making a mistake by modifying the file are avoided. If there is one thing I like to avoid is a random mouse click / keystroke error. http://wrapper.tanukisoftware.org/doc/english/props-cascading.html Leif,=20 btw, the redirection from http://wrapper.sf.net isn't working properly. Regards Luis -----Original Message----- From: Cocalea, Eugen [mailto:Co...@sy...]=20 Sent: Wednesday, April 21, 2004 10:46 AM To: 'wra...@li...' Subject: RE: [Wrapper-user] wrapper.ntservice.password Hi, Thanks for your answer. I use an installation program to install the service with the wrapper. Actually, what I can do is to remove the password from the configuration file after the service is installed. Best regards, Eugen -----Original Message----- From: Leif Mortenson [mailto:le...@ta...]=20 Sent: Wednesday, April 21, 2004 5:21 PM To: wra...@li... Subject: Re: [Wrapper-user] wrapper.ntservice.password Cocalea, It is not possible to encrypt the password with the current version. I will look into what can be done to hide it. The problem is that that password will need to be decrypted before it is used in the Windows API call to register the Wrapper as a service. The password is only needed when the service is installed. So one thing you could do is to modify the Wrapper install batch file so it prompts the user for a password and then uses the response to register the Wrapper as a service as follows: Wrapper.exe -i ..\conf\wrapper.conf wrapper.ntservice.password=3D%PASSWORD% Cheers, Leif Cocalea, Eugen wrote: >Is there any way we can have the password encrypted in the=20 >configuration file? > >Thanks, > >EC. > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of=20 >GenToo technologies. Learn everything from fundamentals to system=20 >administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcl= ick >_______________________________________________ >Wrapper-user mailing list >Wra...@li... >https://lists.sourceforge.net/lists/listinfo/wrapper-user > > =20 > ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck _______________________________________________ Wrapper-user mailing list Wra...@li... https://lists.sourceforge.net/lists/listinfo/wrapper-user ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck _______________________________________________ Wrapper-user mailing list Wra...@li... https://lists.sourceforge.net/lists/listinfo/wrapper-user _______________________________________________________ This message is for the named recipient's use only. It may contain = sensitive and private proprietary information. No confidentiality is = waived or lost by any incorrect transmission. If you are not the = intended recipient, please immediately delete it and all copies of it = from your system, destroy any hard copies of it and notify the sender. = You must not, directly or indirectly, use, disclose, distribute, print, = or copy any part of this message if you are not the intended recipient. = Sakonnet Technology, LLC and its subsidiaries reserve the right to = monitor all e-mail communications through their networks. Any views = expressed in this message are those of the individual sender, except = where the message states otherwise and the sender is authorized to state = them to be the views of any such entity. Unless otherwise stated, any = pricing information given in this message is indicative only, is subject = to change and does not constitute an offer to deal at any price quoted. = Any reference to the terms of executed transactions should be treated as = preliminary only and subject to our formal written confirmation.=20 |