If a query returns ldap referrals, pyramid_ldap binds to the referrals using "" as the binding DN (with no password). When it tries querying against these referrals, an error is returned ("proper bind must be made...").
This could be avoided if there was some way to change the protocol version used (ldap referrals are "new" in version 3). Or subsequent connections could use the binding dn used in the first connection
If a query returns ldap referrals, pyramid_ldap binds to the referrals using "" as the binding DN (with no password). When it tries querying against these referrals, an error is returned ("proper bind must be made...").
This could be avoided if there was some way to change the protocol version used (ldap referrals are "new" in version 3). Or subsequent connections could use the binding dn used in the first connection