- Add apache configuration file fragment - Use CONF_FILES for config.php and newly added apache file fragment - Change permissions on installed config.php to www:wheel 0600 as it can contain sensitive information in some installations - Update MESSAGE pointing to new files installed
16 lines
584 B
Text
16 lines
584 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.3 2005/05/23 22:01:42 adrianp Exp $
|
|
|
|
You will need to edit ${PREFIX}/share/phpldapadmin/config.php to
|
|
initially setup your site.
|
|
|
|
You will also need to make phpLDAPAdmin accessible through your HTTP server.
|
|
If you are running Apache then you can add the following line to httpd.conf:
|
|
|
|
Include ${PKG_SYSCONFDIR}/httpd/ldapadmin.conf
|
|
|
|
to make phpLDAPAdmin accessible through:
|
|
|
|
http://www.domain.com/ldapadmin/
|
|
|
|
===========================================================================
|