From c16d9d2e0bc7f6dfe40b11133990abd195b32261 Mon Sep 17 00:00:00 2001 From: Marcello Coutinho Date: Fri, 20 Sep 2013 16:17:23 -0300 Subject: sarg - remove unset_gd from compile options and add missing ldap option on usertab field --- config/sarg/sarg.inc | 1 + pkg_config.8.xml | 4 ++-- pkg_config.8.xml.amd64 | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/sarg/sarg.inc b/config/sarg/sarg.inc index e4740b42..97abc138 100644 --- a/config/sarg/sarg.inc +++ b/config/sarg/sarg.inc @@ -291,6 +291,7 @@ function sync_package_sarg() { file_put_contents( SARG_DIR . '/etc/sarg/usertab.conf', sarg_text_area_decode($sarguser['usertab']),LOCK_EX); } if($sarguser['ldap_enable']){ + $usertab="ldap"; $LDAPHost=(empty($sarguser['ldap_host'])?"":"LDAPHost ".$sarguser['ldap_host']); $LDAPort=(empty($sarguser['ldap_port'])?"":"LDAPPort ".$sarguser['ldap_port']); $LDAPBindDN=(empty($sarguser['ldap_bind_dn'])?"":"LDAPBindDN ".$sarguser['ldap_bind_dn']); diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 2ac3b694..745fe6c6 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -715,12 +715,12 @@ sarg-2.3.6.tbz gd-2.0.35_8,1.tbz sarg-2.3.6-i386.pbi - 2.3.6 pkg v.0.6.2 + 2.3.6 pkg v.0.6.3 Release 2.0 sarg.xml /usr/ports/www/sarg - sarg_UNSET=GD PHP + sarg_UNSET=PHP Please visit sarg settings on Status Menu to configure sarg. diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 5e3e611e..e1be34bc 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -702,12 +702,12 @@ sarg-2.3.6.tbz gd-2.0.35_8,1.tbz sarg-2.3.6-amd64.pbi - 2.3.6 pkg v.0.6.2 + 2.3.6 pkg v.0.6.3 Release 2.0 sarg.xml /usr/ports/www/sarg - sarg_UNSET=GD PHP + sarg_UNSET=PHP Please visit sarg settings on Status Menu to configure sarg. -- cgit v1.2.3