phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [bug #14827] Modification of a user within PHPGW


From: Caeies
Subject: [Phpgroupware-tracker] [bug #14827] Modification of a user within PHPGW that is created with smbldap-tools kills LDAP entry
Date: Wed, 26 Oct 2005 09:30:37 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050925 Firefox/1.0.4 (Debian package 1.0.4-2sarge5)

Follow-up Comment #4, bug #14827 (project phpgroupware):

Hum is the user deleted from ldap after the ldap_add ?

I think I remember that yes ... So could you please, in 
class.account_ldap.inc.php add near line 834 : (without + :)
+ _debug_array($account_info);
$oldEntry = $this->account_exists($account_info['account_id'], $dn);
+ _debug_array($oldEntry);

if ($oldEntry) // found an existing entry in LDAP
            {
                if ($this->createMode == 'replace')
                {
+                      _debug_array('Replacing it !');

You should, when trying to use Admin User Account see the first 2 debug_array
(the one with oldEntry and the one with $account_info
but not the 'Replacing it'! one ...
(the last is just to be sure)
Can you post the result of the two debug array ?

Thanks in advance,

Caeies.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14827>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]