home *** CD-ROM | disk | FTP | other *** search
- ##
- ## DAV-Container for the Users of Group-Office
- ##
- ## DON'T EDIT THIS FILE !!!
- ##
-
- Alias /dav/USERNAME /var/dav/USERNAME
- <Directory /var/dav/USERNAME>
- Dav On
- DavMinTimeout 120
-
- LimitRequestBody 0
- LimitXMLRequestBody 0
-
- Options All MultiViews
-
- AllowOverride AuthConfig Limit
-
- AuthName "Please authorize yourself..."
- AuthType Basic
-
- AuthLDAPUrl ldap://mail.tgm.ac.at/dc=tgm,dc=ac,dc=at?uid
-
- <Limit GET POST PUT DELETE CONNECT OPTIONS PATCH PROPFIND PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
- Order allow,deny
- Allow from all
- Require user USERNAME
- </Limit>
- <LimitExcept GET POST PUT DELETE CONNECT OPTIONS PATCH PROPFIND PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
- Order deny,allow
- Deny from all
- </LimitExcept>
- </Directory>
-