--- ldapprov.module     26 Sep 2007 20:15:05 -0000      1.1
+++ ldapprov.module     15 Oct 2007 22:58:19 -0000
@@ -1168,9 +1168,7 @@

   // Prepare data to enter into the database
   foreach ($edit as $key => $value) {
-    if (preg_match("/(^profile_|^ldap_|^custom_)/", $key)) {
-      $data[$key] = $value;
-    }
+    $data[$key] = $value;
   }

   // First and last names