diff options
Diffstat (limited to 'www/web2ldap/files/patch-ah')
-rw-r--r-- | www/web2ldap/files/patch-ah | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/web2ldap/files/patch-ah b/www/web2ldap/files/patch-ah new file mode 100644 index 000000000000..a5e6818c39e1 --- /dev/null +++ b/www/web2ldap/files/patch-ah @@ -0,0 +1,19 @@ +*** etc/web2ldap/web2ldapcnf/standalone.py.orig Wed Mar 20 16:02:37 2002 +--- etc/web2ldap/web2ldapcnf/standalone.py Wed Mar 20 16:03:08 2002 +*************** +*** 48,54 **** + document_root = os.path.join(web2ldapcnf.web2ldap_dir,'htdocs') + + # Path name of mime.types file +! mime_types = '/etc/mime.types' + + # Listing of directory content (0=disabled, 1=enabled) + dir_listing_allowed = 0 +--- 48,54 ---- + document_root = os.path.join(web2ldapcnf.web2ldap_dir,'htdocs') + + # Path name of mime.types file +! mime_types = '/usr/local/web2ldap/etc/mime.types' + + # Listing of directory content (0=disabled, 1=enabled) + dir_listing_allowed = 0 |