increased protection
This commit is contained in:
parent
9220bfd83a
commit
0fdf67b1b9
|
@ -27,18 +27,19 @@ Alias /lam /usr/share/ldap-account-manager
|
||||||
|
|
||||||
<Directory /usr/share/ldap-account-manager/lib>
|
<Directory /usr/share/ldap-account-manager/lib>
|
||||||
Options -Indexes
|
Options -Indexes
|
||||||
<Files ~ .*>
|
Order allow,deny
|
||||||
Order allow,deny
|
Deny from all
|
||||||
Deny from all
|
|
||||||
</Files>
|
|
||||||
<Files ~ fpdf.php>
|
|
||||||
Order allow,deny
|
|
||||||
Allow from all
|
|
||||||
</Files>
|
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory /usr/share/ldap-account-manager/lib/font>
|
<Directory /usr/share/ldap-account-manager/help>
|
||||||
Options -Indexes
|
Options -Indexes
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Deny from all
|
Deny from all
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
|
<Directory /usr/share/ldap-account-manager/locale>
|
||||||
|
Options -Indexes
|
||||||
|
Order allow,deny
|
||||||
|
Deny from all
|
||||||
|
</Directory>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue