format error

This commit is contained in:
Bryan Haase 2011-07-22 09:20:14 -05:00
parent e9ccd9b1cb
commit e3d357047c

View File

@ -420,8 +420,8 @@ function vpn_ipsec_configure($ipchg = false)
}
/* end mode_cfg section */
if ($a_client['user_source'] = "ldap")
{
if ($a_client['user_source'] = "ldap")
{
foreach ($config['system']['authserver'] as $authcfg) {
if ($authcfg['type'] == 'ldap') {
$thisauthcfg = $authcfg;