tpokorra / KolabScripts

some scripts useful for Kolab3 and higher, written by TBits.net, including patches already submitted to Kolab Bugzilla
14 stars 13 forks source link

Kolab 3.4: importing LDAP from old Kolab2: problem with _find_domain #55

Closed tpokorra closed 9 years ago

tpokorra commented 9 years ago

error in /var/log/kolab-webadmin/errors:

[24-Jun-2015 11:27:45 Europe/Berlin] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in /usr/share/kolab-webadmin/lib/Auth/LDAP.php on line 1904
tpokorra commented 9 years ago

it seems when checking if the domain already exists, an empty value is stored in the cache, and later when the domain does exist, the empty value is returned.