Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WebDAV

Status
Not open for further replies.

Hinux

Technical User
Sep 21, 2004
22
ZA
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top