Add nopwd ACL
authorGuido Günther <agx@sigxcpu.org>
Fri, 8 Apr 2016 21:35:55 +0000 (23:35 +0200)
committerGuido Günther <agx@sigxcpu.org>
Sat, 9 Apr 2016 19:29:50 +0000 (21:29 +0200)
commit0fe561dd45e8a1f9a46dbb1c1e2e642b367b17d8
tree1d3eb26921f43b38e48b74064d0b837412967a32
parenta126163900154e1e782eff48961a02cf3d9735fc
Add nopwd ACL

This acl only verifies that the passed in username matches the
collection owner. No password is verified.

This can e.g. be used for GSSAPI authenticaation or HTTP header based
authentication after a authenticating reverse proxy.
calypso/acl/nopwd.py [new file with mode: 0644]