home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / lib / dav / drafts / ShareAccessLDAP < prev    next >
Encoding:
Text File  |  2004-03-08  |  828 b   |  48 lines

  1. ##
  2. ## DAV-Access for the Sharefolders of Group-Office
  3. ##
  4. ## DON'T EDIT THIS FILE BY HAND!!!
  5. ##
  6.  
  7.  
  8. AuthName "Please authorize yourself for this sharefolder..."
  9. AuthType Basic
  10. AuthLDAPUrl ldap://mail.tgm.ac.at/dc=tgm,dc=ac,dc=at?uid
  11.  
  12.  
  13. <Limit GET OPTIONS PROPFIND>
  14. Order allow,deny
  15. Allow from all
  16. ##R-Access
  17. Require user USER
  18. ##END R-Access
  19. </Limit>
  20.  
  21.  
  22. <Limit PUT HEAD>
  23. Order allow,deny
  24. Allow from all
  25. ##W-Access
  26. Require user USER
  27. ##END W-Access
  28. </Limit>
  29.  
  30.  
  31. <Limit GET OPTIONS PROPFIND PUT HEAD LOCK UNLOCK DELETE MOVE POST CONNECT PATCH PROPPATCH MKCOL COPY>
  32. Order allow,deny
  33. Allow from all
  34. ##R/W-Access
  35. Require user USER
  36. ##END R/W-Access
  37. </Limit>
  38.  
  39.  
  40. <LimitExcept GET OPTIONS PROPFIND PUT HEAD LOCK UNLOCK DELETE MOVE POST CONNECT PATCH PROPPATCH MKCOL COPY>
  41. Order deny,allow
  42. Deny from all
  43. </LimitExcept>
  44.  
  45.  
  46. ##Owner: USER
  47. ##Linkers: #
  48.