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 + 1 file changed, 1 insertion(+) (limited to 'config/sarg') 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']); -- cgit v1.2.3