URL:
<http://savannah.gnu.org/bugs/?23930>
Summary: Globally_denied class ?
Project: phpGroupWare
Submitted by: cbac
Submitted on: Thursday 07/24/2008 at 14:06
Item Group: SVN trunk (dev code)
Category: API - Setup
Severity: 3 - Normal
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Component Version: None
Operating System: None
Reproducibility: None
Planned Release: None
Fixed Release:
_______________________________________________________
Details:
Can't find a class named globally denied.
also unfinished selector for domain in base/config.tpl
I replaces it by an input as a quick hack.
Errors in that tries to access ds in accounts_ldap.
changed according to accounts_ldap accounts.php
svn diff templates/base/config.tpl
Index: templates/base/config.tpl
===================================================================
--- templates/base/config.tpl (révision 18650)
+++ templates/base/config.tpl (copie de travail)
@@ -46,9 +46,10 @@
<tr class="row_off">
<td>{lang_cookie_domain_for_sessions_-_if_unsure_use_request_fqdn}</td>
<td>
- <select name="newsettings[cookie_domain]">
- {hook_cookie_domain}
- </select>
+<!-- <select name="newsettings[cookie_domain]"> -->
+<input name="newsettings[cookie_domain]" value="{value_domain}">
+ {cookie_domain}
+<!-- </select> -->
</td>
</tr>
svn diff accounts.php
Index: accounts.php
===================================================================
--- accounts.php (révision 18650)
+++ accounts.php (copie de travail)
@@ -211,7 +211,7 @@
$lname = phpgw::get_var('lname', 'string',
'POST');
if ( ($GLOBALS['phpgw_info']['server']['account_repository'] ==
'ldap')
- && !$GLOBALS['phpgw']->accounts->ds )
+ && !$GLOBALS['phpgw']->accounts->is_ds_set() )
{
echo "<strong>Error: Error connecting to LDAP server
{$GLOBALS['phpgw_info']['server']['ldap_host']}</strong><br>";
exit;
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?23930>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
phpGroupWare-tracker mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-tracker