phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.accounts_ldap.inc.php, 1.101.2.13.


From: skwashd
Subject: [Phpgroupware-cvs] phpgwapi/inc class.accounts_ldap.inc.php, 1.101.2.13.2.35
Date: Fri, 5 Aug 2005 01:24:00 +0200

Update of phpgwapi/inc

Modified Files:
     Branch: Version-0_9_16-branch
            class.accounts_ldap.inc.php lines: +3 -6

Log Message:
fix for bug #14029

====================================================
Index: phpgwapi/inc/class.accounts_ldap.inc.php
diff -u phpgwapi/inc/class.accounts_ldap.inc.php:1.101.2.13.2.34 
phpgwapi/inc/class.accounts_ldap.inc.php:1.101.2.13.2.35
--- phpgwapi/inc/class.accounts_ldap.inc.php:1.101.2.13.2.34    Tue Jan 25 
02:21:28 2005
+++ phpgwapi/inc/class.accounts_ldap.inc.php    Thu Aug  4 23:24:49 2005
@@ -745,13 +745,10 @@
                                $entry['objectclass'][] = 'phpgwContact'; // 
shouldn't be structural
                                $entry['phpgwcontactid'] = 
(int)$account_info['person_id'];
                        }
-                       else
-                       {
-                               $entry['objectclass'][]       = 'account';
-                       }
-
+
                        // additional attributes from the phpgw for groups
                        $entry['objectclass'][]       = 'posixAccount';
+                       $entry['objectclass'][]       = 'account';
                        $entry['cn']                  = 
utf8_encode($this->get_fullname($account_info['account_firstname'], 
$account_info['account_lastname']));
                        $entry['uidnumber']           = 
$account_info['account_id'];
                        $entry['uid']                 = 
$account_info['account_lid'];






reply via email to

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