Project

General

Profile

Regression #12172

Updated by Marcos M over 2 years ago

After generating an RA OpenVPN Server configuration through the wizard, @config.xml@ contains the following: 
 <pre> 
 <tls>Some_Key_A</tls> 
 <ncp_enable>on</ncp_enable> 
 </pre> 

 After clicking edit then save on that wizard-generated server config, @config.xml@ contains the following: 
 <pre> 
 <tls>Some_Key_B</tls> 
 <ncp_enable>disabled</ncp_enable> 
 <exit_notify>none</exit_notify> 
 <inactive_seconds>0</inactive_seconds> 
 </pre> 

 There may be other inconsistencies as well. 

Back