Summary |
0004348: Installer prompt for Windows logon as user |
|
Revision |
2020-04-15 19:55 by elong |
|
Description |
The installer should prompt a Windows user for the "logon as user" and password for creation of the Windows service. (The installer already prompts a Unix user for a "Run As User".) The WindowsService.install() method already calls Win32 CreateService(), which has two arguments at the end for service start name and password. Store the information in conf/sym_service.conf file as the wrapper.run.as.user (existing) and wrapper.run.as.password (new). Use "enc:" encryption of at least the password. |
|
Revision |
2020-04-15 19:57 by elong |
|
Description |
The installer should prompt a Windows user for the "logon as user" and password for creation of the Windows service. (The installer already prompts a Unix user for a "Run As User".) The WindowsService.install() method already calls Win32 CreateService(), which has two arguments at the end for service start name and password. Store the information in conf/sym_service.conf file as the wrapper.run.as.user (existing) and wrapper.run.as.password (new). Use "enc:" encryption of at least the password, or maybe don't persist the password and prompt user when installing the service. |