1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/www/web2ldap/files/patch-af
Neil Blakey-Milner f77c7bc267 Add web2ldap, an web-based LDAP client.
PR:		ports/20095
Submitted by:	Oddbjorn Steffensen <oddbjorn@tricknology.org>
2000-08-01 14:48:21 +00:00

26 lines
820 B
Plaintext

*** 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'