summaryrefslogtreecommitdiff
path: root/databases/phpldapadmin/MESSAGE
blob: 3fe49666b927996e4903b5075389e7c79531e6f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
===========================================================================
$NetBSD: MESSAGE,v 1.2 2005/03/26 11:10:10 seb Exp $

To enable this web application, first go to
${PREFIX}/share/phpldapadmin

cp config.php.example config.php

and edit to taste. Then you need to update your webserver config to serve
up that directory, either by symlinking it from your document root or
using an alias , like so:

    Alias /ldapadmin /${PREFIX}/share/phpldapadmin

  # strongly recommended
    <Location /ldapadmin >
        Require user adminaccount
    </Location>


===========================================================================