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>
|
||||
Options -Indexes
|
||||
<Files ~ .*>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</Files>
|
||||
<Files ~ fpdf.php>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</Files>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</Directory>
|
||||
|
||||
<Directory /usr/share/ldap-account-manager/lib/font>
|
||||
<Directory /usr/share/ldap-account-manager/help>
|
||||
Options -Indexes
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</Directory>
|
||||
|
||||
<Directory /usr/share/ldap-account-manager/locale>
|
||||
Options -Indexes
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</Directory>
|
||||
|
||||
|
|
Loading…
Reference in New Issue