diff options
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 5c923a6..0ee3033 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 3a9c39f..2f1189d 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: |