Code

Updated Placeholder handling, fixed problems with UPPER/lowercase handling
[gosa.git] / gosa-core / include / class_plugin.inc
index f932dd3f23b44e789e7d5cdebc636aae649fb29f..0180a8529a50fc25e108417911f1fecfdd84d9ad 100644 (file)
@@ -595,7 +595,7 @@ class plugin
     $this->attrs= $ldap->fetch();
 
     $values = array();
-    foreach($this->attributes as $name){
+    foreach(array('uid','sn','givenName') as $name){
         if(isset($this->parent->$name)){
             $value = $this->parent->$name;
             if(is_numeric($name)) continue;