home *** CD-ROM | disk | FTP | other *** search
- ##
- ## DAV-Access for the Sharefolders of Group-Office
- ##
- ## DON'T EDIT THIS FILE BY HAND!!!
- ##
-
-
- AuthName "Please authorize yourself for this sharefolder..."
- AuthType Basic
- AuthLDAPUrl ldap://mail.tgm.ac.at/dc=tgm,dc=ac,dc=at?uid
-
-
- <Limit GET OPTIONS PROPFIND>
- Order allow,deny
- Allow from all
- ##R-Access
- Require user USER
- ##END R-Access
- </Limit>
-
-
- <Limit PUT HEAD>
- Order allow,deny
- Allow from all
- ##W-Access
- Require user USER
- ##END W-Access
- </Limit>
-
-
- <Limit GET OPTIONS PROPFIND PUT HEAD LOCK UNLOCK DELETE MOVE POST CONNECT PATCH PROPPATCH MKCOL COPY>
- Order allow,deny
- Allow from all
- ##R/W-Access
- Require user USER
- ##END R/W-Access
- </Limit>
-
-
- <LimitExcept GET OPTIONS PROPFIND PUT HEAD LOCK UNLOCK DELETE MOVE POST CONNECT PATCH PROPPATCH MKCOL COPY>
- Order deny,allow
- Deny from all
- </LimitExcept>
-
-
- ##Owner: USER
- ##Linkers: #
-