forked from Lainports/freebsd-ports
42 lines
1.3 KiB
Text
42 lines
1.3 KiB
Text
*** etc/web2ldap/web2ldapcnf/standalone.py.orig Wed Dec 20 15:09:50 2000
|
|
--- etc/web2ldap/web2ldapcnf/standalone.py Fri Jan 12 00:12:39 2001
|
|
***************
|
|
*** 6,12 ****
|
|
"""
|
|
|
|
# User account name to setuid after being started as root
|
|
! run_username = 'wwwrun'
|
|
|
|
# Contact mail address of the server admin when running stand-alone
|
|
server_admin = 'admin@web2ldap.de'
|
|
--- 6,12 ----
|
|
"""
|
|
|
|
# User account name to setuid after being started as root
|
|
! run_username = 'nobody'
|
|
|
|
# Contact mail address of the server admin when running stand-alone
|
|
server_admin = 'admin@web2ldap.de'
|
|
***************
|
|
*** 36,45 ****
|
|
debug_log = '/var/log/web2ldap/debug_log'
|
|
|
|
# Where static documents reside
|
|
! document_root = '/usr/lib/web2ldap/htdocs/'
|
|
|
|
# Path name of mime.types file
|
|
! mime_types = '/etc/mime.types'
|
|
|
|
########################################################################
|
|
# SSL-options for running as stand-alone web server
|
|
--- 36,45 ----
|
|
debug_log = '/var/log/web2ldap/debug_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'
|
|
|
|
########################################################################
|
|
# SSL-options for running as stand-alone web server
|