ldapsync + ldapdata is slow when importing thousands of users along with their attributes. This is because the data is pulled from LDAP twice, once for each module. This patch passes the attribute data from the ldapsync module directly to the ldapdata module so that it is only pulled once. It increases imports by at least 50%.

Comments

drewish’s picture

Status: Patch (to be ported) » Active

No patch was attached.

johnbarclay’s picture

Status: Active » Closed (duplicate)