15 lines
476 B
Text
15 lines
476 B
Text
*** 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'
|
|
|