blob: 0f18b8b8111a48c76a5594e646ec99e32bb3c3a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
*** etc/web2ldap/web2ldapcnf/standalone.py.orig Sat Jun 5 12:03:35 2004
--- etc/web2ldap/web2ldapcnf/standalone.py Thu Feb 24 19:57:00 2005
***************
*** 65,69 ****
document_root = os.path.join(web2ldapcnf.web2ldap_dir,'htdocs')
# Path name of mime.types file
! mime_types = '/etc/mime.types'
--- 65,69 ----
document_root = os.path.join(web2ldapcnf.web2ldap_dir,'htdocs')
# Path name of mime.types file
! mime_types = '%%LOCALBASE%%/etc/mime.types'
|