Code

Updated class user.
[gosa.git] / gosa-core / plugins / personal / generic / class_user.inc
index fb3b1b04f91d259e9d63c04423cefc69471d604f..5f73b01d999e6c28985c9fb24885f01c11dfad1c 100644 (file)
@@ -1732,13 +1732,13 @@ class user extends plugin
 
         );
 
-    /* Append government attributes if required */
-    global $config;
-    if($config->get_cfg_value("honourIvbbAttributes") == "true"){
-      foreach($govattrs as $attr => $desc){
-        $ret["plProvidedAcls"][$attr] = $desc;
-      }
-    }
+#   /* Append government attributes if required */
+#   global $config;
+#   if($config->get_cfg_value("honourIvbbAttributes") == "true"){
+#     foreach($govattrs as $attr => $desc){
+#       $ret["plProvidedAcls"][$attr] = $desc;
+#     }
+#   }
     return($ret);
   }