IIRC repoze.who doesn't do anything without plugins. It should be safe to
assume the ldap plugin will work fine with pyramid_who.
It's usually simpler to do authentication in the pyramid application, not in
middleware, but if you want to use repoze.who as a middleware then
pyramid_who will reco
We are starting to write a new application in Pyramid and having spent some
time reading the documentation available on your website, I have some
questions regarding Authentication:
Pyramid offers few ways of performing Authentication (out of the box) and
also provides the capability to write a cu