Sophie

Sophie

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

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

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

   AllowOverride None
   Options None
   Order allow,deny
   Allow from all
   AuthName "Kolab Freebusy"
   AuthType Basic

   AuthLDAPEnabled On
   AuthLDAPURL "ldap://@@@ldap_ip@@@:@@@ldap_port@@@/@@@base_dn@@@?uid"
   AuthLDAPBindDN "@@@php_dn@@@"
   AuthLDAPBindPassword "@@@php_pw@@@"

   require valid-user

</Directory>