1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/www/web2ldap/files/patch-ab
Kevin Lo bf220cd169 Update to 0.8.1.
BTW, I fixed pkg-plist.

PR: 24260
Submitted by: MAINTAINER
2001-01-12 16:43:17 +00:00

63 lines
2.9 KiB
Plaintext

*** etc/web2ldap/web2ldapcnf/hosts.py.orig Thu Jan 11 23:52:07 2001
--- etc/web2ldap/web2ldapcnf/hosts.py Thu Jan 11 23:52:42 2001
***************
*** 55,71 ****
# vCard template files
'vcard_template': {
# 'object class':'pathname of vCard template file'
! 'person':'/usr/lib/web2ldap/templates/vcard_person.txt',
},
# HTML template files for printing table entries
'print_template': {
# 'object class':'pathname of printable HTML template file'
! 'person':'/usr/lib/web2ldap/templates/print_person.html',
! 'organization':'/usr/lib/web2ldap/templates/print_organization.html',
! 'organizationalUnit':'/usr/lib/web2ldap/templates/print_organizationalUnit.html',
},
# HTML template file for Basic Search form
! 'searchform_template': '/usr/lib/web2ldap/templates/searchform_Base.html',
# Attributes which should be present in attribute select list of advanced search form
'search_attrs':['cn','mail','o','ou','telephoneNumber','homePhone','description'],
# There are some situations where this client just wants to get the
--- 55,71 ----
# vCard template files
'vcard_template': {
# 'object class':'pathname of vCard template file'
! 'person':'/usr/local/web2ldap/templates/vcard_person.txt',
},
# HTML template files for printing table entries
'print_template': {
# 'object class':'pathname of printable HTML template file'
! 'person':'/usr/local/web2ldap/templates/print_person.html',
! 'organization':'/usr/local/web2ldap/templates/print_organization.html',
! 'organizationalUnit':'/usr/local/web2ldap/templates/print_organizationalUnit.html',
},
# HTML template file for Basic Search form
! 'searchform_template': '/usr/local/web2ldap/templates/searchform_Base.html',
# Attributes which should be present in attribute select list of advanced search form
'search_attrs':['cn','mail','o','ou','telephoneNumber','homePhone','description'],
# There are some situations where this client just wants to get the
***************
*** 113,122 ****
},
'read_template': {
# 'object class':'pathname of HTML template file'
! 'person':'/usr/lib/web2ldap/templates/read_person.html',
! 'posixAccount':'/usr/lib/web2ldap/templates/read_posixAccount.html',
! 'bankArrangement':'/usr/lib/web2ldap/templates/read_bankArrangement.html',
! 'musician':'/usr/lib/web2ldap/templates/read_musician.html',
}
},
--- 113,122 ----
},
'read_template': {
# 'object class':'pathname of HTML template file'
! 'person':'/usr/local/web2ldap/templates/read_person.html',
! 'posixAccount':'/usr/local/web2ldap/templates/read_posixAccount.html',
! 'bankArrangement':'/usr/local/web2ldap/templates/read_bankArrangement.html',
! 'musician':'/usr/local/web2ldap/templates/read_musician.html',
}
},