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/



_______________________________________________
Phpgroupware-tracker mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-tracker

Reply via email to