]> git.sur5r.net Git - openldap/commit
backend_compute_output_attr() should use actual computed attribute type
authorLuke Howard <lukeh@openldap.org>
Thu, 26 Aug 2004 05:18:33 +0000 (05:18 +0000)
committerLuke Howard <lukeh@openldap.org>
Thu, 26 Aug 2004 05:18:33 +0000 (05:18 +0000)
commit563f73b81dbe010b6c330e9f738399e90f5e658c
tree93c794237a050c0491154fcc7bcbc6b2f4b57842
parent815efedff57e957b197ca46c6d108f6159c2b1a4
backend_compute_output_attr() should use actual computed attribute type
returned by the plugin, rather than that requested by backend_attribute(),
for ACL checking.

They should of course be the same but this is the "correct" approach from
both a security and readability perspective
servers/slapd/backend.c