summaryrefslogtreecommitdiff
path: root/www/web2ldap/files/patch-af
blob: 615fef41c80b2770c17397578670ef52a6ed08c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
*** etc/web2ldap/web2ldapcnf/standalone.py.orig	Sat Jul 22 02:26:12 2000
--- etc/web2ldap/web2ldapcnf/standalone.py	Sat Jul 22 02:27:10 2000
***************
*** 13,22 ****
  error_log = '/var/log/web2ldap/error_log'
  
  # Where static documents reside
! document_root = '/usr/lib/web2ldap/htdocs/'
  
  # Path name of mime.types file
! mime_types = '/etc/mime.types'
  
  # Contact mail address of the server admin when running stand-alone
  server_admin = 'admin@web2ldap.de'
--- 13,22 ----
  error_log = '/var/log/web2ldap/error_log'
  
  # Where static documents reside
! document_root = '/usr/local/web2ldap/htdocs/'
  
  # Path name of mime.types file
! mime_types = '/usr/local/web2ldap/etc/mime.types'
  
  # Contact mail address of the server admin when running stand-alone
  server_admin = 'admin@web2ldap.de'