aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-ldap-abook/pkg-message
blob: 3a9c39fc6e99e217c0a242ea287bc17c63b9fa82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
========== 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
==============================================================