Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > 29284430c3b8d1fcc7e667ccf5265667 > files > 4

kolab-server-1.0-0.23.100mdk.i586.rpm

<Location /kolab>
  ErrorDocument 403 https://@@@fqdn@@@/kolab/admin/index.php
</Location>

<IfModule mod_dav.c>
DavLockDB /var/www/html/kolab/locks/DAVlock
</IfModule>

@@@legacy-mode@@@

<Directory "/var/www/html/kolab/freebusy">

   <IfModule mod_dav.c>
      Dav On
   </Ifmodule>
   AllowOverride None
   Options None
   Order allow,deny
   <Limit GET PUT LOCK UNLOCK PROPFIND HEAD OPTIONS>
       Allow from all
       Require valid-user
   </Limit>
   AuthType Basic
   AuthName "Kolab Freebusy (webdav)"

   <IfModule mod_auth_ldap.c>
      AuthLDAPEnabled On
      AuthLDAPURL "ldap://@@@ldap_ip@@@:@@@ldap_port@@@/@@@base_dn@@@?uid"
      AuthLDAPBindDN "@@@php_dn@@@"
      AuthLDAPBindPassword "@@@php_pw@@@"
   </IfModule>

   <IfModule mod_dav.c>
      DavMinTimeout 600
   </Ifmodule>
   
</Directory>

<Directory "/var/www/html/kolab/admin">
   AllowOverride None
   Options None
   Order allow,deny
   Allow from all
   AuthName "Kolab Admin Area"
   AuthType Basic

   <IfModule mod_auth_ldap.c>
      AuthLDAPEnabled On
      AuthLDAPURL "ldap://@@@ldap_ip@@@:@@@ldap_port@@@/@@@base_dn@@@?uid"
      AuthLDAPBindDN "@@@php_dn@@@"
      AuthLDAPBindPassword "@@@php_pw@@@"
   </IfModule>
   require valid-user
   <IfModule mod_ssl.c>
      SSLRequireSSL
   </IfModule>
   <IfModule mod_php4.c>
      php_flag output_buffering On
    </IfModule>
</Directory>