mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-01 00:03:18 +01:00
06852080a8
This permit to correctly handle object's DN with slashes (with AllowEncodedSlashes NoDecode).
13 lines
341 B
ApacheConf
13 lines
341 B
ApacheConf
Alias /ldapsaisie /usr/share/ldapsaisie/public_html
|
|
|
|
<Directory /usr/share/ldapsaisie>
|
|
<IfModule mod_php5.c>
|
|
php_flag magic_quotes_gpc Off
|
|
php_flag register_globals Off
|
|
</IfModule>
|
|
Options -Indexes +FollowSymLinks
|
|
AllowOverride FileInfo
|
|
</Directory>
|
|
|
|
# Uncomment if you have LDAP object DN with slashes
|
|
#AllowEncodedSlashes NoDecode
|