~ubuntu-branches/ubuntu/hoary/ldap-account-manager/hoary

« back to all changes in this revision

Viewing changes to debian/lam.apache.conf

  • Committer: Bazaar Package Importer
  • Author(s): Roland Gruber
  • Date: 2004-11-21 13:18:43 UTC
  • Revision ID: james.westby@ubuntu.com-20041121131843-0lve63nc2vb3eu7m
Tags: 0.4.6-3
* Closes: #281781: syntax error in apache.conf fixed
* added watch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
<Directory /usr/share/ldap-account-manager/lib>
29
29
  Options -Indexes
30
 
  <Files ~ *>
 
30
  <Files ~ .*>
31
31
    Order allow,deny
32
32
    Deny from all
33
33
  </Files>