[Freeipa-users] Apache WebDav file sharing permission problem

Rob Crittenden rcritten at redhat.com
Mon Nov 10 15:30:50 UTC 2014


Thomas Lau wrote:
> Hi All,
> 
> I am successfully letting Apache auth against FreeIPA, but whatever
> folder/files being created on WebDav server would be using Apache user
> and group instead of login user/group, does anyone know how to fix this?
> 
> Kerberos + LDAP config:
> 
> http://pastebin.com/zpP3TEst

It looks like this is just the way mod_dav works. From
http://httpd.apache.org/docs/current/mod/mod_dav.html

"""
In order for mod_dav to manage files, it must be able to write to the
directories and files under its control using the User and Group under
which Apache is running. New files created will also be owned by this
User and Group.
"""

rob




More information about the Freeipa-users mailing list