Please help me with Directory Permissions using Webdav.
I have setup apache and webdav and use Authentication via our LDAP server - I want to assign group permissions to the Directory. Two groups ,same Directory, Different permissions
The BBT group is only allowed to see the directory but not open any files. Does this make sense? This is the basic conf. The DAV on etc. is not shown here.
<Directory "/usr/forte/epukdata/Toets/AansoekeenToelating">
LdapConfigFile /usr/IBMIHS/conf/ldap.prop
<LimitExcept GET>
LDAPRequire filter "(|(groupMembership=cn=BBT,ou=EPUK,ou=P,ou=PCM,o=PUKNET)(groupMembership=cn=DEV,ou=EPUK,ou=P,ou=PCM,o=PUKNET)(groupMembership=cn=AAT,ou=EPUK,ou=p,ou=PCM,o=PUKNET))"
</LimitExcept>
<Limit POST PUT DELETE COPY MOVE MKCOL>
Require valid-user
LDAPRequire filter "(|(groupMembership=cn=AAT,ou=EPUK,ou=P,ou=PCM,o=PUKNET)(groupMembership=cn=DEV,ou=EPUK,ou=P,ou=PCM,o=PUKNET))"
</Limit>
</Directory>
Please help.
I have setup apache and webdav and use Authentication via our LDAP server - I want to assign group permissions to the Directory. Two groups ,same Directory, Different permissions
The BBT group is only allowed to see the directory but not open any files. Does this make sense? This is the basic conf. The DAV on etc. is not shown here.
<Directory "/usr/forte/epukdata/Toets/AansoekeenToelating">
LdapConfigFile /usr/IBMIHS/conf/ldap.prop
<LimitExcept GET>
LDAPRequire filter "(|(groupMembership=cn=BBT,ou=EPUK,ou=P,ou=PCM,o=PUKNET)(groupMembership=cn=DEV,ou=EPUK,ou=P,ou=PCM,o=PUKNET)(groupMembership=cn=AAT,ou=EPUK,ou=p,ou=PCM,o=PUKNET))"
</LimitExcept>
<Limit POST PUT DELETE COPY MOVE MKCOL>
Require valid-user
LDAPRequire filter "(|(groupMembership=cn=AAT,ou=EPUK,ou=P,ou=PCM,o=PUKNET)(groupMembership=cn=DEV,ou=EPUK,ou=P,ou=PCM,o=PUKNET))"
</Limit>
</Directory>
Please help.