[Typo3] LDAP import user / group troubles

wholzhammer w.holzhammer at tirol.gv.at
Mon Jun 13 16:19:02 CEST 2005


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



More information about the TYPO3-english mailing list