We have integrated apache web server with our internal LDAP and we have requirement to provision role based access to the folders in the docroot. We have earlier used SVN and we were using AuthzSVNAccessFile to meet this requirement. Contents of the file will look like this.
[groups]
users = usera
admins = usera, userb
[/]
users = r
[/folderA]
admins= r
Now we are looking for something similar with the apache directives, is it possible? if not, can you please give us an alternate?
I have tried "Require ", it doesn’t solve our requirement.