Hey, i finally solved this problem - it seems to be a bug in class.tx_euldap_div.php line 167 - the regular expression value should be upcased: $regExpr = str_replace("?", ".", str_replace("*", ".*", "/^".strtoupper($value)."$/")); so comparing with $group should match - wolfgang