bugphpGroupWare - Bugs: bug #23930, Globally_denied class ?

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #23930: Globally_denied class ?

Submitted by:  christian bac <cbac>
Submitted on:  Thu 24 Jul 2008 02:06:22 PM UTC  
 
Item Group: SVN trunk (dev code)Category: API - Setup
Severity: 3 - NormalPriority: 5 - Normal
Status: FixedPrivacy: Public
Assigned to: Dave Hall <skwashd>Open/Closed: Closed
Component Version: NoneOperating System: None
Reproducibility: NonePlanned Release: None
Fixed Release: 

Mon 10 Nov 2008 12:44:39 AM UTC, comment #1:

This was fixed in trunk some weeks ago.

Dave Hall <skwashd>
Project AdministratorIn charge of this item.
Thu 24 Jul 2008 02:06:22 PM UTC, original submission:

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;

christian bac <cbac>

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by skwashd (Posted a comment)
  • -unavailable- added by cbac (Submitted the item)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 3 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Mon 10 Nov 2008 12:44:39 AM UTCskwashdStatusNone=>Fixed
      Assigned toNone=>skwashd
      Open/ClosedOpen=>Closed

    Back to the top


    Powered by Savane 3.1-cleanup1