aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeradius2
diff options
context:
space:
mode:
authorAlexander Wilke <nachtfalkeaw@web.de>2012-06-20 10:45:22 +0300
committerAlexander Wilke <nachtfalkeaw@web.de>2012-06-20 10:45:22 +0300
commit6d77616b723a6be41be5b4e1c71f08dfb3a08486 (patch)
treee81be98e20a7a5d482e1fa0b62de15f6406f68cd /config/freeradius2
parentf7e6c650a608519002cf260ad64e9816a2367b6a (diff)
downloadpfsense-packages-6d77616b723a6be41be5b4e1c71f08dfb3a08486.tar.gz
pfsense-packages-6d77616b723a6be41be5b4e1c71f08dfb3a08486.tar.bz2
pfsense-packages-6d77616b723a6be41be5b4e1c71f08dfb3a08486.zip
freeradius2: additionald downloaded files temp disabled to check if we need them with the ne built packages
Diffstat (limited to 'config/freeradius2')
-rw-r--r--config/freeradius2/freeradius.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/freeradius2/freeradius.inc b/config/freeradius2/freeradius.inc
index 66921959..b2901e56 100644
--- a/config/freeradius2/freeradius.inc
+++ b/config/freeradius2/freeradius.inc
@@ -82,6 +82,7 @@ function freeradius_install_command() {
if (file_exists(RADDB . "/sites-enabled/control-socket")) { unlink(RADDB . "/sites-enabled/control-socket"); }
if (file_exists(RADDB . "/sites-enabled/inner-tunnel")) { unlink(RADDB . "/sites-enabled/inner-tunnel"); }
+/* freeradius2: additionald downloaded files temp disabled to check if we need them with the ne built packages
// We need some additional files in /usr/local/lib for the LDAP module. We fetch these files dependent on the architecture.
if (!file_exists("/usr/local/lib/libasn1.so.10") || !file_exists("/usr/local/lib/libgssapi.so.10") || !file_exists("/usr/local/lib/libheimntlm.so.10") || !file_exists("/usr/local/lib/libhx509.so.10") || !file_exists("/usr/local/lib/ldd/libkrb5.so.10") || !file_exists("/usr/local/lib/libroken.so.10")) {
// For i386 systems
@@ -115,6 +116,7 @@ function freeradius_install_command() {
exec("chmod 0755 /usr/local/lib/libroken.so.10");
}
}
+*/
// We run this here just to suppress some warnings on syslog if file doesn't exist
freeradius_authorizedmacs_resync();