mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
934b0cf381
1. Create named pipe: “HealthCheckServicePipe” 2. Receive credential send from XenServer and decrypt it 3. Update credential setting and save encrypted credential using current user scope system user. 4. Create work thread to handle the pipe communication. 5. If HealthCheckServicePipe already existed before service start, stop service and output service error log 6. If sign off information is received for a host (XenserverName or IP without username and password) then the existing saved credentials will be deleted 7. If the HealthCheckService connects to a host that is no longer enrolled, then it will delete the existing saved credentials Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
7 lines
233 B
XML
Executable File
7 lines
233 B
XML
Executable File
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
|
|
<Profiles>
|
|
<Profile Name="(Default)" />
|
|
</Profiles>
|
|
</SettingsFile>
|