#882 mod_auth_anonymous does not block data storage with anything but internal
Reporter
Zash
Owner
Nobody
Created
Updated
Stars
★ (1)
Tags
Priority-Medium
Type-Defect
Status-Accepted
Zash
on
What steps will reproduce the problem?
1. Configure a host with anonymous authenication
2. Configure the same host with a storage backend other than 'internal'
3. Connect a client and do something that ends in a data storage write (eg private xml storage)
What is the expected output? What do you see instead?
The data should not be stored. The data is stored.
Please provide any additional information below.
This is because mod_auth_anonymous uses the callback functionality of datamanager to block writes.
What steps will reproduce the problem? 1. Configure a host with anonymous authenication 2. Configure the same host with a storage backend other than 'internal' 3. Connect a client and do something that ends in a data storage write (eg private xml storage) What is the expected output? What do you see instead? The data should not be stored. The data is stored. Please provide any additional information below. This is because mod_auth_anonymous uses the callback functionality of datamanager to block writes.