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 ?

Submitter:  - <_66106>
Submitted:  Thu 24 Jul 2008 02:06:22 PM UTC
   
 
Category:  API - Setup Item Group:  SVN trunk (dev code)
Severity:  3 - Normal Priority:  5 - Normal
Status:  Fixed Privacy:  Public
Assigned to:  skwashd Open/Closed:  Closed
Component Version:  None Operating System:  None
Reproducibility:  None Planned 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>
Group administrator
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;

- <_66106>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

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

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-11-10 skwashd StatusNone Fixed
        Assigned toNone skwashd
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code