summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/.htaccess
blob: 5e068d28661f9395b476a41b3d026733464007fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Generated by ownCloud on 2015-06-18 14:16:40
# line below if for Apache 2.4
<ifModule mod_authz_core.c>
Require all denied
</ifModule>

# line below if for Apache 2.2
<ifModule !mod_authz_core.c>
deny from all
Satisfy All
</ifModule>

# section for Apache 2.2 and 2.4
IndexIgnore *