--- ldapsync.module.orig	2010-03-25 07:00:16.000000000 -0400
+++ ldapsync.module	2010-07-28 10:40:41.000000000 -0400
@@ -130,7 +130,12 @@ function _ldapsync_sync() {
     if (function_exists('ldapgroups_user_login')) {
       ldapgroups_user_login($account);
     }
-    
+
+    // Update user's data if ldapdata is enabled.
+    if (function_exists('_ldapdata_user_load')) {
+      _ldapdata_user_load($account, TRUE);
+    }
+
     // Enable any blocked user who is enabled in LDAP.
     if (!$account->status) {
       db_query("UPDATE {users} SET status = %d where uid = %", 1, $account->uid);
