mattheobjornson
Results
2
comments of
mattheobjornson
Seems that when you set LDAP_DEFAULTS.base, all records that match this base are fetched from LDAP (such query usually exceeds size limit that ldapjs allows). When you set base to...
Quick&dirty workaround/hack I've used was: 1. patch Roach.php (add function to Roach class): ```php public static function killSpider(): void { self::$container = null; } ``` 2. Then after each spider...