diff options
author | vs <vs@FreeBSD.org> | 2005-11-24 01:43:26 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-11-24 01:43:26 +0800 |
commit | b6acded18c66d11bab6d0b6a49120cff51448070 (patch) | |
tree | e1092bd15529ffe1fd3d0815e695ee399f0ac076 /www | |
parent | 247b02db05b2da5390277498a8155b1b0f3b6474 (diff) | |
download | freebsd-ports-gnome-b6acded18c66d11bab6d0b6a49120cff51448070.tar.gz freebsd-ports-gnome-b6acded18c66d11bab6d0b6a49120cff51448070.tar.zst freebsd-ports-gnome-b6acded18c66d11bab6d0b6a49120cff51448070.zip |
- Add missing dependency on Net::LDAP
- Point to helpful tutorial in pkg-message
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-ldap-abook/Makefile | 3 | ||||
-rw-r--r-- | www/p5-ldap-abook/pkg-message | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/www/p5-ldap-abook/Makefile b/www/p5-ldap-abook/Makefile index 5c923a6bc9ed..0ee3033540f4 100644 --- a/www/p5-ldap-abook/Makefile +++ b/www/p5-ldap-abook/Makefile @@ -18,7 +18,8 @@ COMMENT= Perl5 CGI script providing an LDAP addressbook web interface FORBIDDEN= Arbitrary command execution vulnerability in CGI script RUN_DEPENDS= ${SITE_PERL}/AddressBook.pm:${PORTSDIR}/net/p5-AddressBook \ - ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm + ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ + ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap ABOOK= ${PREFIX}/www/ldap-abook CONFIG= ${PREFIX}/etc/AddressBook.conf diff --git a/www/p5-ldap-abook/pkg-message b/www/p5-ldap-abook/pkg-message index 3a9c39fc6e99..2f1189d5233f 100644 --- a/www/p5-ldap-abook/pkg-message +++ b/www/p5-ldap-abook/pkg-message @@ -1,7 +1,13 @@ ========== Installing ldap-abook for the first time ========== +Some assembly required! These instructions for creating the LDAP +database do not work out of the box, please additionally read e.g. +http://www.onlamp.com/pub/a/onlamp/2003/03/27/ldap_ab.html?page=1 + Tell the openldap server about the abook schema with the following line in $PREFIX/etc/openldap/slapd.conf: +include $PREFIX/etc/openldap/schema/cosine.schema +include $PREFIX/etc/openldap/schema/inetorgperson.schema include $PREFIX/www/ldap-abook/examples/default/abookperson.schema Create the initial ``abook'' ou using the following command: |