Thanks tejsr, that was very helpful! I also changed:
$rows = $wpdb->get_results( “SELECT * FROM {$wpdb->dmtable} ORDER BY id DESC LIMIT 0,20” );
to:
$rows = $wpdb->get_results( “SELECT * FROM {$wpdb->dmtable} ORDER BY blog_id ASC LIMIT 0,250” );
Which orders the sites by blog_id in ascending order.
fredwen’s solution worked for me on linux, just edit /etc/openldap/ldap.conf and add
TLS_REQCERT never
to the bottom and restart apache.
Which I guess is the first FAQ so, uh, you probably already know that…