Revision 64f3141f
Added by Bryan Haase about 14 years ago
etc/inc/upgrade_config.inc | ||
---|---|---|
1139 | 1139 |
|
1140 | 1140 |
if (isset($config['ipsec']['mobileclients']['enable'])) { |
1141 | 1141 |
$config['ipsec']['client']['enable'] = true; |
1142 |
$config['ipsec']['client']['user_source'] = 'system';
|
|
1142 |
$config['ipsec']['client']['enable'] = $config['ipsec']['mobileclients']['user_source'];
|
|
1143 | 1143 |
$config['ipsec']['client']['group_source'] = 'system'; |
1144 | 1144 |
} |
1145 | 1145 |
|
Also available in: Unified diff
Ipsec xAuth patch