1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/www/p5-ldap-abook/pkg-message
2004-11-26 22:25:20 +00:00

23 lines
802 B
Plaintext

========== Installing ldap-abook for the first time ==========
Tell the openldap server about the abook schema with the
following line in $PREFIX/etc/openldap/slapd.conf:
include $PREFIX/www/ldap-abook/examples/default/abookperson.schema
Create the initial ``abook'' ou using the following command:
cd $PREFIX/www/ldap-abook/examples/default
ldapadd -h host -W -D 'dc=your_domain' -f abook.ldif
replacing host and your_domain as appropriate (abook.ldif must
have "your_domain" changed too).
Modify "your_domain" and "secret" (and possibly "Manager") in
$PREFIX/etc/AddressBook.conf too.
Link to abook.cgi from your web server's CGI directory:
cd /usr/local/www/cgi-bin
ln -s $PREFIX/www/ldap-abook/cgi-bin/abook.cgi
==============================================================