summaryrefslogtreecommitdiffstats
path: root/etc/inc/ipsec.auth-user.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-02-12 10:28:55 +0100
committerErmal <eri@pfsense.org>2014-02-12 10:28:55 +0100
commitfe63645d95f4545274fa71b46502f3af0b71c034 (patch)
treebd31b1865935809a68beefdc8d135ae1c9e3d093 /etc/inc/ipsec.auth-user.php
parent2a3e30575a3bf9eb4d295df97112961aa1d001df (diff)
downloadpfsense-fe63645d95f4545274fa71b46502f3af0b71c034.zip
pfsense-fe63645d95f4545274fa71b46502f3af0b71c034.tar.gz
Remove not used anymore parameters
Diffstat (limited to 'etc/inc/ipsec.auth-user.php')
-rwxr-xr-xetc/inc/ipsec.auth-user.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/inc/ipsec.auth-user.php b/etc/inc/ipsec.auth-user.php
index 1eed958..7b4cdd5 100755
--- a/etc/inc/ipsec.auth-user.php
+++ b/etc/inc/ipsec.auth-user.php
@@ -106,15 +106,6 @@ if (!$username || !$password) {
}
}
-/* Replaced by a sed with propper variables used below(ldap parameters). */
-//<template>
-
-if (file_exists("{$g['varetc_path']}/ipsec/{$modeid}.ca")) {
- //putenv("LDAPTLS_CACERT={$g['varetc_path']}/ipsec/{$ikeid}.crt");
- putenv("LDAPTLS_CACERTDIR={$g['varetc_path']}/ipsec");
- putenv("LDAPTLS_REQCERT=never");
-}
-
$authenticated = false;
if (($strictusercn === true) && ($common_name != $username)) {
OpenPOWER on IntegriCloud