|
From: Cocalea, E. <Co...@sy...> - 2004-04-22 15:19:38
|
Hi again, I just remembed that I have another problem related to wrapper.ntservice.account. Wrapper doesn't install (for me at least) the service with the login credentials that I give to him in the configuration file. I can have: wrapper.ntservice.account=domain\password wrapper.ntservice.password=secret and after I run wrapper -i configuration.file the service is installed, but with 'LocalSystem' credentials. What might be wrong? Thanks, E. -----Original Message----- From: Leif Mortenson [mailto:le...@ta...] 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=%PASSWORD% Cheers, Leif Cocalea, Eugen wrote: >Is there any way we can have the password encrypted in the 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 >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >_______________________________________________ >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=1470&alloc_id=3638&op=click _______________________________________________ Wrapper-user mailing list Wra...@li... https://lists.sourceforge.net/lists/listinfo/wrapper-user |